-
Notifications
You must be signed in to change notification settings - Fork 965
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
refactor(swarm)!: don't share event buffer for established connections #3188
Merged
Commits on Dec 2, 2022
-
Don't use
task_event_buffer_size
for pending connectionsThe task for a pending connection only ever sends one event into this channel: Either a success or a failure. Cloning a sender adds one slot to the capacity of the channel. Hence, we can start this capacity at 0 and have the `cloning` of the `Sender` take care of properly increasing the capacity.
Configuration menu - View commit details
-
Copy full SHA for 87be0b3 - Browse repository at this point
Copy the full SHA 87be0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0019edf - Browse repository at this point
Copy the full SHA 0019edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d610b85 - Browse repository at this point
Copy the full SHA d610b85View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b67152 - Browse repository at this point
Copy the full SHA 1b67152View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 57f11c2 - Browse repository at this point
Copy the full SHA 57f11c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d02f4 - Browse repository at this point
Copy the full SHA 39d02f4View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d80e8a - Browse repository at this point
Copy the full SHA 7d80e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f71b87a - Browse repository at this point
Copy the full SHA f71b87aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d49db8 - Browse repository at this point
Copy the full SHA 5d49db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fc37c - Browse repository at this point
Copy the full SHA e9fc37cView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96c8cb7 - Browse repository at this point
Copy the full SHA 96c8cb7View commit details
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.