lorenzodonini / ocpp-go

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

Start websocket writePump before newClientHandler #116

Closed DerArtem closed 2 years ago

DerArtem commented 3 years ago

This fixes sending messages to the client by newClientHandler function.

DerArtem commented 2 years ago

Updated