Skip to content

Proper way to handle the return value of push() in the _transform() implementation of a transform stream #1791

Closed
@kimamula

Description

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions