-
Notifications
You must be signed in to change notification settings - Fork 276
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
[suggestion] Events listening cancellation #2940
Labels
Comments
pesterev
added
Enhancement
New feature or request
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
Nov 9, 2022
pesterev
changed the title
[suggestion] Cancellation of listening for events
[suggestion] Events listening cancellation
Nov 9, 2022
Originally this issue was inspired by a discussion here |
This was referenced Jan 31, 2023
Merged
pesterev
added a commit
to pesterev/iroha
that referenced
this issue
Feb 6, 2023
pesterev
added a commit
to pesterev/iroha
that referenced
this issue
Feb 6, 2023
… a transaction Signed-off-by: Vladimir Pesterev <pesterev@pm.me>
pesterev
added a commit
to pesterev/iroha
that referenced
this issue
Feb 6, 2023
… a transaction Signed-off-by: Vladimir Pesterev <pesterev@pm.me>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature request
I'd like to have the ability to cancel listening for events.
I see the function signature in that way:
Motivation
Currently, the client library doesn't provide a way to cancel blocking listening for events by a request. There is only the option to kill a blocked thread.
Who can help?
@Erigara @appetrosyan
The text was updated successfully, but these errors were encountered: