-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(net): Fix handshake timing and error handling (#4772)
* Actually wait between initial peer connections * Add a missing span to initial handshake tasks * Forward handshake panics to the calling task * Clarify a handshake comment * Wrap the entire handshake in a timeout, not just some messages * Actually delay spawning initial connections, so we don't flood the network Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
61f3639
commit e9c9ea9
Showing
2 changed files
with
54 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters