ocpp-go
ocpp-go copied to clipboard
Network error handling missing
As noted in the code: once a CP/CS was connected to, errors are not fully handled:
- no reconnection or stopping
- no timeout notification (could be asynchronously added based on #40)
Note: after websocket times out, the entire connection is corrupted, see https://github.com/gorilla/websocket/issues/474
@lorenzodonini it's kinda oldish- I'm not sure this still is an issue. Please feel free to close.