mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 04:01:20 +00:00
The negotiation of the ping protocol can timeout, thus a debug_assert is not correct. Return an `std::io::Error` instead. Pull-Request: #3995.