-
Notifications
You must be signed in to change notification settings - Fork 22
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
Relay client connect throws Bad state: Stream has already been listened to
#66
Comments
Hello @AlexV525, can you share steps to reproduce this or some minimal reproducible code? We have no other reports about this from other devs/customers. |
From our timeline, this usually happens when the user has a poor network condition that might get stuck when connecting to the relay endpoint, so the
The PR has been updated. Would you like me to integrate it with the GitHub CI? |
No need, I just wanted you to check the tests, since this is the core package we are extra sensitive about it. Thanks! I'll check it properly ASAP |
After some looks I felt it would be good to integrate with. |
SDK Affected: WalletKit
Describe the bug
We got tons of reports in our production app.
Stack trace
reown_flutter/packages/reown_core/lib/relay_client/json_rpc_2/src/peer.dart
Line 123 in 3ffbfce
The
_stream
is only for a single subscription.To Reproduce
Call the peer.listen multiple times would probably reproduce the issue.
The text was updated successfully, but these errors were encountered: