mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
Make sure to decrease `num_waiting` when being notified of a peer failure to allow an additional peer to be queried. Given that `FixedPeersIter` is initialized with `replication_factor` by `QueryPool` this bug will not surface today.