mikuso / ocpp-rpc

A Node.js client & server implementation of the WAMP-like RPC-over-websocket system defined in the OCPP-J protocols.
MIT License
98 stars 29 forks source link

Feat: RPCClient should take an AbortSignal as a constructor option to close() on abort #56

Open mikuso opened 1 year ago

mikuso commented 1 year ago

RPCClient should take an AbortSignal as a constructor option to close() on abort.

This would simplify some workflows.