Revert "tmp"

This reverts commit 0677853c97.
This commit is contained in:
Tanguy 2023-06-02 16:05:01 +02:00
parent 0677853c97
commit 8dab802eb4
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E
1 changed files with 1 additions and 1 deletions

View File

@ -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: