This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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.
Buffered connection management for collator-protocol #6022
Buffered connection management for collator-protocol #6022
Changes from 1 commit
9bc5025
48c0c63
70bba47
d61b21b
968160e
a33171c
3f4c0c5
e8a4a92
70bffc7
135be9e
4b3bfa9
eab4fef
6832f44
4c3e899
9c8e622
b0f9512
e7fac14
27c3cf1
543a65d
ab57c1e
30e65cb
89e6169
6093b43
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Actually not implemented here. This is just a usage pattern we envision, should be documented as such.
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.
In particular this module does not (and should not) care about why we are clearing a bit. I could be because the collation was fetched or because a timeout happened. Instead I would love more documentation about what this module actually implements and why, what invariants it keeps, ...