mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-03-01 16:40:32 +00:00
dumb test
This commit is contained in:
parent
436bc5cb0f
commit
a751baeb8b
@ -89,7 +89,7 @@ method pushData*(s: BufferStream, data: seq[byte]) {.base, async.} =
|
||||
try:
|
||||
s.pushing = true
|
||||
trace "Pushing data", s, data = data.len
|
||||
await s.readQueue.addLast(data)
|
||||
discard s.readQueue.addLast(data)
|
||||
finally:
|
||||
s.pushing = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user