inc count before closing
This commit is contained in:
parent
3d9c0bffba
commit
77017d1e7e
|
@ -388,6 +388,7 @@ suite "Mplex":
|
||||||
count.inc
|
count.inc
|
||||||
await stream.close()
|
await stream.close()
|
||||||
count.inc
|
count.inc
|
||||||
|
await stream.close()
|
||||||
if count == 10:
|
if count == 10:
|
||||||
done.complete()
|
done.complete()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue