ocpp-rpc
ocpp-rpc copied to clipboard
Feat: Add option to prevent queueing of calls while in CONNECTING state
Add option to prevent queueing of calls while in CONNECTING state, or possibly allow calls to timeout while in this queue.
Otherwise, it's possible for a large volume of calls to build up over time while the client is offline, consuming memory.
Currently no way to opt out of this behaviour.