lorenzodonini / ocpp-go

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

Allow multiple pending requests #29

Closed lorenzodonini closed 4 years ago

lorenzodonini commented 4 years ago

The PR implements handling of multiple client and server requests, as mentioned in #22.

You may check out the updated 1.6 examples, which are now simplified.

Features

Limitations