Thomas Eizinger
Thomas Eizinger
Closing in favor of a summarized discussion in: https://github.com/libp2p/rust-libp2p/issues/3743
Connection limits are now a completely standalone component implemented as `NetworkBehaviour`. It does currently not expose this functionality but that could easily be added. If really necessary, the behaviour can...
I'll close this as not planned. `wasm-timer` is unmaintained and we are moving away from it in https://github.com/libp2p/rust-libp2p/pull/3973 at least for gossipsub.
Closing as stale.
I think this is now fixed with the new connection management.
Update: We now have automated tests for hole-punching!
Let me know if this is still an issue.
> Messages are published as soon as I call `swarm.behaviour_mut().publish()` The issue is that you need to call `Swarm::select_next_some` again before we can process the state changes within the gossipsub...
@mriise Are you still interested in tracking these efforts? With https://github.com/libp2p/rust-libp2p/pull/4015, we now have a `web-sys`-based transport for WebTransport that is tested using the official interop-tests suite. We also have...
**Changelog:** I've updated the PR description to reflect the current state and deleted several of the old points which I found not to be actionable.