parent
0677853c97
commit
8dab802eb4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue