-
Notifications
You must be signed in to change notification settings - Fork 959
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
Panic in libp2p-websocket
at 'SinkImpl::poll_ready called after error.'
#5471
Comments
could you provide your configuration on how youre using yamux or are you using the default configuration? Any logs you could provide up to the panic? |
@dariusc93
Unfortunately we don't have more relevant logs at the moment. |
@dariusc93 I checked the logs of our nodes around the multiple times we noticed the panics and checked what our other peers, that didn't panic, were doing around those times. What I noticed is that the once that didn't panic, closed the connection due to an error (see below). The direction I'm currently looking at is the moment is that the publish fails, the Non-panicked peer:
A panicked peers were also broadcasting to the |
@jxs can you help here? We are experiencing the same: paritytech/polkadot-sdk#4934 |
CC #2598
CC nimiq/core-rs-albatross#732
I again don't have a reproducer, but it seems likely to be fixable without reproduction.
The text was updated successfully, but these errors were encountered: