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

[JSONRPC] Facilitate async calls #1828

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

sebaszm
Copy link
Contributor

@sebaszm sebaszm commented Jan 24, 2025

Adds a "one-off'" property to event denoting that this event will unregister itself once fired. The generated JSON-RPC glue code will subscribe to such event upon calling an async method. The event will carry the asynchronous result.

@sebaszm sebaszm marked this pull request as draft January 24, 2025 08:31
@sebaszm sebaszm force-pushed the development/facilitate-async-jsonrpc branch from e15380f to 566e412 Compare January 24, 2025 08:50
@sebaszm sebaszm force-pushed the development/facilitate-async-jsonrpc branch from 566e412 to b7b69fd Compare January 30, 2025 21:58
@sebaszm sebaszm marked this pull request as ready for review February 5, 2025 17:09
@sebaszm sebaszm merged commit 1cca70b into master Feb 7, 2025
75 checks passed
@sebaszm sebaszm deleted the development/facilitate-async-jsonrpc branch February 7, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants