lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
262 stars 125 forks source link

Network error handling missing #41

Closed andig closed 9 months ago

andig commented 3 years ago

As noted in the code: once a CP/CS was connected to, errors are not fully handled:

andig commented 3 years ago

Note: after websocket times out, the entire connection is corrupted, see https://github.com/gorilla/websocket/issues/474

andig commented 1 year ago

@lorenzodonini it's kinda oldish- I'm not sure this still is an issue. Please feel free to close.