mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +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.