dumb test

This commit is contained in:
Tanguy 2023-03-06 17:57:24 +01:00
parent 436bc5cb0f
commit a751baeb8b
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E

View File

@ -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