-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(relay): propagate errors to Transport::{listen_on,dial}
#4745
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ed10848
Forward errors to `dial` and `listen_on`
thomaseizinger b457a93
Remove unused `PeerId`
thomaseizinger 516e37c
Add docs
thomaseizinger d85d918
Remove old TODO
thomaseizinger ed21877
Further propagate rename
thomaseizinger 6efa8af
Use shorthand
thomaseizinger ef5a3d5
Add debug-asserts for internal state
thomaseizinger 7c74072
Remove unused event
thomaseizinger 8687543
Don't report errors from inbound circuits
thomaseizinger 1de8be3
Add test for `dial`
thomaseizinger c78b44d
Add changelog entry
thomaseizinger 0594ea0
Update changelog
thomaseizinger 891f96d
Add sentence regarding connection closing
thomaseizinger 5c7407c
Update misc/futures-bounded/CHANGELOG.md
thomaseizinger c535fc4
Use if let
thomaseizinger ef84668
Update hole-punch tests to use new errors
thomaseizinger c15b49e
Merge remote-tracking branch 'origin/refactor/relay-client-error' int…
thomaseizinger e898ba0
Fix rustdoc link
thomaseizinger 1c260d9
Fix clippy warning
thomaseizinger b1566b3
Merge branch 'master' into refactor/relay-client-error
thomaseizinger badda20
Merge branch 'master' into refactor/relay-client-error
thomaseizinger 69a068a
Update protocols/relay/CHANGELOG.md
thomaseizinger cc888b6
Rename field
thomaseizinger 2750ea5
Remove quasi-unbounded channel in favor of `try_send` + `log` + large
thomaseizinger f381b33
Replace many loops with one
thomaseizinger 667d4c4
Ensure we always continue polling
thomaseizinger e394c38
Merge branch 'master' into refactor/relay-client-error
thomaseizinger 02ae398
Rename field
thomaseizinger ce2a6a6
Remove unused `pending_error` field
thomaseizinger 77f49c5
Log error if listener for new circuit is gone
thomaseizinger 6233e9d
Merge branch 'master' into refactor/relay-client-error
mergify[bot] 10d3f02
Merge branch 'master' into refactor/relay-client-error
thomaseizinger 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.