Files
pezkuwi-subxt/polkadot/node/network
Vsevolod Stakhov 122086d3d5 Revert #1409 partially (#1603)
Futures channels that are used by default has a side effect of
`Sender::Clone` that efficiently increases the capacity of the bounded
channel by one. This PR fixes the undesired backpressure removal that
was caused by the #1409. This issue has been discovered by @sandreim
during Versi testing and needs to be treated as critical that should not
be included in any release without this reversion.

This PR reverts the original behaviour.
2023-09-18 21:32:19 +01:00
..
2023-09-18 21:32:19 +01:00

This folder holds all networking subsystem implementations, each with their own crate.