mirror of https://github.com/vacp2p/nim-libp2p.git
rebasing master
This commit is contained in:
parent
77017d1e7e
commit
8e48bb117d
|
@ -387,8 +387,6 @@ suite "Mplex":
|
||||||
check string.fromBytes(msg) == &"stream {count}!"
|
check string.fromBytes(msg) == &"stream {count}!"
|
||||||
count.inc
|
count.inc
|
||||||
await stream.close()
|
await stream.close()
|
||||||
count.inc
|
|
||||||
await stream.close()
|
|
||||||
if count == 10:
|
if count == 10:
|
||||||
done.complete()
|
done.complete()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue