lorenzodonini / ocpp-go

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

Test closing a websocket connection on server side #99

Closed lorenzodonini closed 3 years ago

lorenzodonini commented 3 years ago

Follow-up of https://github.com/lorenzodonini/ocpp-go/pull/83.

Add test for closing client websocket connection from ws.WsServer, using the new StopConnection method.

michaelbeaumont commented 3 years ago

Thanks!