diff --git a/libp2p/muxers/mplex/mplex.nim b/libp2p/muxers/mplex/mplex.nim index ef1429919..13d988b47 100644 --- a/libp2p/muxers/mplex/mplex.nim +++ b/libp2p/muxers/mplex/mplex.nim @@ -131,7 +131,7 @@ method handle*(m: Mplex) {.async, gcsafe.} = while not m.connection.atEof: trace "waiting for data", m let - (id, msgType, data) = await m.connection.readMsg().wait(10.minutes) + (id, msgType, data) = await m.connection.readMsg() initiator = bool(ord(msgType) and 1) logScope: