-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Following the instructions given in issue #7 with missing DLL. I used git clone --recursive https://github.com/OpenChargingCloud/VanaheimrElectric and looks like there is code missing. As I am getting the following:
...\WWCP_OCPP\WWCP_OCPP_Common\ChargingStation\WebSockets\Incoming\BinaryDataStreamsEx
tensions\DeleteFile.cs(41,37): error CS0246: The type or namespace name 'IWebSocketConnection' could not
be found (are you missing a using directive or an assembly reference?) [...\WWCP_OCPP\
WWCP_OCPP_Common\WWCP_OCPP_Common.csproj]
And I see that iWebSocketConnection.cs is missing
Comparing to https://github.com/Vanaheimr/Hermod/tree/master/Hermod/Hermod/WebSocket It looks like https://github.com/OpenChargingCloud/VanaheimrElectric/tree/master/libs is pointing to a older commit?
I can manually fix it up but thought I should bring it to your attention.
Edit: IWebSocketServer.cs is also missing.
