-
Notifications
You must be signed in to change notification settings - Fork 277
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
Fix listen_for_events()
in Client
#2005
Labels
Enhancement
New feature or request
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Comments
Arjentix
added
Enhancement
New feature or request
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
Mar 24, 2022
appetrosyan
pushed a commit
that referenced
this issue
Apr 13, 2022
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 2, 2022
…losing WebSocket stream (hyperledger-iroha#2095)
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 4, 2022
…losing WebSocket stream (hyperledger-iroha#2095)
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…losing WebSocket stream (hyperledger-iroha#2095)
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…losing WebSocket stream (hyperledger-iroha#2095)
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…losing WebSocket stream (hyperledger-iroha#2095) Signed-off-by: Daniil Polyakov <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…losing WebSocket stream (hyperledger-iroha#2095) Signed-off-by: Daniil Polyakov <[email protected]>
appetrosyan
pushed a commit
to appetrosyan/iroha
that referenced
this issue
May 12, 2022
…losing WebSocket stream (hyperledger-iroha#2095) Signed-off-by: Daniil Polyakov <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 13, 2022
…losing WebSocket stream (hyperledger-iroha#2095)
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
May 13, 2022
…losing WebSocket stream (hyperledger-iroha#2095)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
New feature or request
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
When running some integration tests that use event subscription (for example
time_trigger_execution_count_error_should_be_less_than_10_percent
) an error message apears in log:So
Client
uses API a bit wrong and doesn't close subscription connection properly. To make closing handshake aWebSocket::close()
method should be called onstream
field ofEventIterator
.Ideally this fix should provide the same good-looking API as before. User shouldn't close connection manualy
The text was updated successfully, but these errors were encountered: