Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(swarm): don't use
task_event_buffer_size
for pending conne…
…ctions (#3187) The 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.
- Loading branch information