Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incoming dial failure handling for connection pool behavior
Fix incoming dial failure handling for connection pool behaviour. Since the recent update of libp2p, [this change](libp2p/rust-libp2p#2191) introduces state to dial request that can be transmitted in `inject_dial_failure`. So there are a couple of cases where the function is called but we can ignore the error since the connection is still to be completed or is already connected.
- Loading branch information