Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reduce the number of concurrent dial addresses to 1 in the network,
which is also the default hence the code won't set any value to it.
This was detected as the cause of several dials being launch when
issuing a peer dial and provoking error messages since only one of
the dial actions succeed while the other fails with messages
reporting incoming connection errors.
This fixes Incoming connection failures when a peer is dialed #446.
Fix incoming dial failure handling for connection pool behavour.
Since the recent update of libp2p, this
change introduces
state to dial request that can be transmitted in
inject_dial_failure. So there are a couple of cases where thefunction is called but we can ignore the error since the connection
is still to be completed or is already connected.
This fixes Dialing a peer sometime results in an error #447.
Pull request checklist