lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
275 stars 126 forks source link

ParseRawJsonMessage fatal app #52

Closed anastasiyaIlyushko closed 3 years ago

anastasiyaIlyushko commented 3 years ago

Hi! Fix ParseRawJsonMessage return error instead fatal in https://github.com/lorenzodonini/ocpp-go/blob/master/ocppj/ocppj.go#L170 please

lorenzodonini commented 3 years ago

Hey, thanks for reaching out.

I have fixed this already in my current working branch. Will merge it soon and update you.

lorenzodonini commented 3 years ago

Solved in commit 6e08a29 (see line 184) and merged to master already. Will create a release with all the latest changes and improvements soon.