Closed
Description
- Node.js Version: any
- OS: any
- Scope (install, code, runtime, meta, other?): code
- Module (and version) (if relevant): stream
The document for transform._transform()
says that "The transform.push()
method may be called zero or more times" in it.
The backpressure document says that you must respect the return value of .push()
and should stop calling it when it returns false
.
However, it is not clear what I should do if .push()
returns false
when I have more data to push in the transform._transform()
implementation.
Metadata
Metadata
Assignees
Labels
No labels