mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-26 00:01:33 +00:00
@ -55,7 +55,7 @@ where
|
||||
{
|
||||
InboundUpgradeApply {
|
||||
inner: InboundUpgradeApplyState::Init {
|
||||
future: multistream_select::listener_select_proto(conn, up.protocol_info().into_iter()),
|
||||
future: multistream_select::listener_select_proto(conn, up.protocol_info()),
|
||||
upgrade: up,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user