lorenzodonini / ocpp-go

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

Add ws.WsServer function for stopping a specific connection #83

Closed michaelbeaumont closed 3 years ago

michaelbeaumont commented 3 years ago

Useful for testing.

lorenzodonini commented 3 years ago

Nice one, thought about adding this one before as well.

Could you maybe add a small test for this one? I can also do it in a separate PR, if you want.