lorenzodonini / ocpp-go

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

Central System concurrent requests #57

Closed lorenzodonini closed 3 years ago

lorenzodonini commented 3 years ago

Callbacks currently get overwritten, in case a further request to the same Charge Point is sent, before the response to a previous one was received.

This may be solved by using a very simple callback queue, as a follow-up work to https://github.com/lorenzodonini/ocpp-go/pull/56.