Closed dmitry-markin closed 1 year ago
The CI pipeline was cancelled due to failure one of the required jobs. Job name: test-linux-stable Logs: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3139669
Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions.
Closing as we don't plan to merge this now. We might want to revisit the slot allocation implementation in the future though.
This PR restores the practice of polling slot allocation logic by
Notifications
and reporting peer connection events via sync calls instead of async channels in order to makeProtocolController
less susceptible to state inconsistency issues.