Disconnecting peers causes yamux::connection errors. #3654
Closed
shamil-gadelshin
started this conversation in
General
Replies: 1 comment 4 replies
-
The relevant code is - I think - here: rust-libp2p/swarm/src/connection/pool/task.rs Line 192 in 0e46865 Currently we report errors that happen during closing as part of the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that disconnecting peers using
swarm.disconnect_peer_id
leads toyamux
errors sometimes which is not expected. I would expect errors related to connections instead or some other warnings.I wonder whether it's a bug or normal behaviour?
Beta Was this translation helpful? Give feedback.
All reactions