You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried the .toWeb approach to convert ServerHttp2Stream to a web stream, but it seems that reader.read() never returns done: true on readable stream finish. ReadableState of ServerHttp2Stream says that readable is finished.
Version
18.9.0
Platform
macOS
Subsystem
No response
What steps will reproduce the bug?
I've tried the
.toWeb
approach to convert ServerHttp2Stream to a web stream, but it seems thatreader.read()
never returnsdone: true
on readable stream finish. ReadableState of ServerHttp2Stream says that readable is finished.How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
I expect to receive
done: true
after readable stream finish event.What do you see instead?
I receive
done: false
.Additional information
No response
The text was updated successfully, but these errors were encountered: