Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to make a call without expecting a response #10

Closed
mikuso opened this issue May 8, 2022 · 0 comments
Closed

Add option to make a call without expecting a response #10

mikuso opened this issue May 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mikuso
Copy link
Owner

mikuso commented May 8, 2022

While there isn't a clear use for this in the OCPP spec, it would nonetheless be useful for testing and other applications if a call can be made without expecting a response.

The call option could be something like {noReply: true}.

The call should resolve to undefined as soon as the RPC message is flushed to the client's open websocket.

If/when a response does arrive, it should be treated as a "bad message" and emit a 'badMessage' event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant