We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StreamMuxerBox
1 parent 2b79f11 commit eba7634Copy full SHA for eba7634
protocols/rendezvous/tests/harness.rs
@@ -57,7 +57,6 @@ where
57
MplexConfig::new(),
58
))
59
.timeout(Duration::from_secs(5))
60
- .map(|(peer, muxer), _| (peer, StreamMuxerBox::new(muxer)))
61
.boxed();
62
63
SwarmBuilder::new(transport, behaviour_fn(peer_id, identity), peer_id)
0 commit comments