You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
The behaviour provided in this crate is quite different from usual libp2p behaviours in that it only allows a concurrency of 1 among the same protocol with the same peer.
We should:
document these limitations properly in the README
ensure we handle concurrency properly, ie no panics
document the overall design and motivations
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The behaviour provided in this crate is quite different from usual libp2p behaviours in that it only allows a concurrency of 1 among the same protocol with the same peer.
We should:
The text was updated successfully, but these errors were encountered: