-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open node connections asynchronously #35144
Merged
Merged
Changes from 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b26a55f
WIP
Tim-Brooks 725d10e
WIP
Tim-Brooks bd536b4
WIP
Tim-Brooks ccf1b1a
WIP
Tim-Brooks ad5d503
WIP
Tim-Brooks 1417eff
WIP
Tim-Brooks cc7f9fc
WIP
Tim-Brooks 3781f4d
Move handshaking to specialized class
Tim-Brooks 4cf0523
WIP
Tim-Brooks 597baf1
Cleanup
Tim-Brooks ee2089e
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks fbf4800
Fix test
Tim-Brooks b7812f8
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks 6db9478
Fix tests
Tim-Brooks a42ff48
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks 562bc49
Fix compile
Tim-Brooks 46832ee
Fix checkstyle
Tim-Brooks 7439bd1
Fix compile
Tim-Brooks eb5b270
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks b3a751c
Fix test
Tim-Brooks 6581590
Fix concurrency
Tim-Brooks e400c97
Changes
Tim-Brooks dd9d346
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks 15e6b74
Call method
Tim-Brooks 1320f51
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks 18c6185
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks 2e71c4f
Changes for review
Tim-Brooks 8406300
Fix checkstyle
Tim-Brooks c58e7f0
Fix checkstyle
Tim-Brooks 660877a
Fix checkstyle
Tim-Brooks f71c30c
Change from review
Tim-Brooks 03f496b
Merge remote-tracking branch 'upstream/master' into async_connections
Tim-Brooks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we have the extra ctor here? is it for testing? i would love to remove this one it might be worth going the extra mile and do this in every test explicitly.