OCPP stack bug fixes:
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Sep 2021 22:43:14 +0000 (00:43 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Sep 2021 22:43:14 +0000 (00:43 +0200)
commit32b0224999178acf1101ff9075c95072d207206e
tree7e30744d842a9661afd86ec85d009a4933b5aa97
parent9c613674007bc7bbfb2423269401a188f7c9ce0b
OCPP stack bug fixes:

+ Readd OCPP message send timeout;
+ Fix memory leak in the requests cache;
+ Fix buffered message handling.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/ocpp/Requests.ts
src/utils/Constants.ts