rebasing master

This commit is contained in:
Dmitriy Ryajov 2020-05-18 08:20:18 -06:00
parent 77017d1e7e
commit 8e48bb117d
1 changed files with 0 additions and 2 deletions

View File

@ -387,8 +387,6 @@ suite "Mplex":
check string.fromBytes(msg) == &"stream {count}!"
count.inc
await stream.close()
count.inc
await stream.close()
if count == 10:
done.complete()