-
Notifications
You must be signed in to change notification settings - Fork 814
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
Close frame for closed substream #1832
Comments
Does this error occur a) between communicating nodes that all use the same If cc @mxinden |
Thanks @romanb after checking some more this only happens with a golang client, so I guess |
Thanks for the feedback. |
Hey @romanb, thanks a lot. I'll close after we can upgrade and test |
Description
On latest versions (around ~0.3.0) we started getting this error
This debug msg is printed, as far as I can tell, exclusively on metadata messages, but there is also this log:
Oct 26 22:32:45.009 DEBG Connection closed connections: 0 cause: Some(IO(Custom { kind: Other, error: "Protocol error: Received `Close` frame for closed substream." })) service: libp2p
This means this error is killing connections with peers, most likely quite rapidly. I expect this to affect head syncing the most
We should investigate what's the source of these errors and check if they really should be killing connections with a peer
Version
master on 92c8eba
Present Behaviour
Connections are killed by this errors
Expected Behaviour
Probably ignore the error
Steps to resolve
detective tasks
The text was updated successfully, but these errors were encountered: