-
Notifications
You must be signed in to change notification settings - Fork 115
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
Infinite exception loop after some time #319
Comments
@moshemalawach Thanks for the report! However, so far I couldn't tell the cause of this issue. Could you provide what commit are you on? Also, that will be great if there is a code snippet which can reproduce the issue. |
I am on the last of master: ec015b5 It's a bit hard, as it looks like a race condition between my protocol and the gossipsub one. But I now have this issue very often (so could be linked. redacted ip from it):
|
Could be linked to #306 |
From the logs, I can only tell the stream is closed already, which means either this stream has been closed(our side has closed the write end) or reset( |
When I run the app for a while, with a lot of connect, disconnect and stream closed, I run into an infinite exception loop there:
The text was updated successfully, but these errors were encountered: