-
Notifications
You must be signed in to change notification settings - Fork 539
fix(identify): handle multiple envelopes from go #3423
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 8 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f2cd512
fix close crash
wjmelements 66f6984
test: close after sending identify response
wjmelements 95290fc
Merge remote-tracking branch 'upstream/main' into wjmelements/fix-clo…
wjmelements 160f796
fix: read all identify messages until stream closes
wjmelements dce014e
doc: more-concise comments
wjmelements b11e1cc
Merge branch 'main' into wjmelements/fix-close-crash
wjmelements aa154eb
feat(identify): support multi-message identify per spec PR #709
wjmelements f67bef8
fix(identify): defer oversized signedPeerRecord to ensure first messa…
wjmelements 1ebdd15
Merge remote-tracking branch 'upstream/main' into wjmelements/fix-clo…
wjmelements 45fa22f
refactor(identify): drop multi-message send
tabcat b63b851
fix(identify): symmetric dedup for listenAddrs in mergeIdentifyMessages
tabcat f277ea2
feat(identify): add isEofLike helper for receive-side EOF discrimination
tabcat b997840
fix(identify): harden _identify receive loop
tabcat 6409344
fix(identify-push): harden receive loop with same C2/I1/I2/I4 fixes
tabcat 2313cfc
test(identify): receive-side regression tests; drop obsolete sort test
tabcat 2523110
chore(identify): fix pre-existing import order in push.spec.ts
tabcat 3770c49
Merge remote-tracking branch 'origin/main' into wjmelements/fix-close…
tabcat 66258c2
refactor(identify): drop unreachable empty-message branch
tabcat 14b6519
revert(identify): drop dedupBytes for listenAddrs
tabcat 40b523f
refactor(identify): inline EOF check, switch to stream.close, abort o…
tabcat b3eb27a
refactor(identify): simplify receive-loop catch to lenient
tabcat 41ed8da
refactor(identify): extract readIdentifyMessages helper
tabcat 176d3f1
test(identify): move helper-behavior tests to direct readIdentifyMess…
tabcat 5f989ef
test(identify): restore minimal caller-wiring tests for empty-stream …
tabcat cf7e95b
docs(identify): reword 'dedup' to 'deduplication' for spell check
tabcat 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 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.
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.