This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Buffered connection management for collator-protocol #6022
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9bc5025
Extract metrics into a separate module
slumber 48c0c63
Introduce validators buffer
slumber 70bba47
Integrate buffer into the subsystem
slumber d61b21b
Merge remote-tracking branch 'origin/master' into slumber-collator-co…
slumber 968160e
Only reconnect on new advertisements
slumber a33171c
Test
slumber 3f4c0c5
comma
slumber e8a4a92
doc comment
slumber 70bffc7
Make capacity buffer compile time non-zero
slumber 135be9e
Add doc comments
slumber 4b3bfa9
nits
slumber eab4fef
remove derives
slumber 6832f44
review
slumber 4c3e899
better naming
slumber 9c8e622
check timeout
slumber b0f9512
Extract interval stream into lib
slumber e7fac14
Ensure collator disconnects after timeout
slumber 27c3cf1
spellcheck
slumber 543a65d
rename buf
slumber ab57c1e
Remove double interval
slumber 30e65cb
Add a log on timeout
slumber 89e6169
Merge remote-tracking branch 'origin/master' into slumber-collator-co…
slumber 6093b43
Cleanup buffer on timeout
slumber 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
Add doc comments
- Loading branch information
commit 135be9e81716a38fa55be442bb7839c06784057e
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
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.
Nice :-)