finish basic tests
This commit is contained in:
parent
1b02c5e4e4
commit
c2ce55a94a
|
@ -118,6 +118,7 @@ suite "Mplex":
|
||||||
let dialFut = mplexDial.handle()
|
let dialFut = mplexDial.handle()
|
||||||
let stream = await mplexDial.newStream()
|
let stream = await mplexDial.newStream()
|
||||||
await stream.writeLp("Hello from stream!")
|
await stream.writeLp("Hello from stream!")
|
||||||
|
await conn.close()
|
||||||
await dialFut
|
await dialFut
|
||||||
result = true
|
result = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue