Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc,stream: _transform cannot be called in parallel #14321

Closed
wants to merge 1 commit into from

Commits on Jul 17, 2017

  1. doc,stream: _transform happens one at a time

    Add a note to the stream docs specifying that at most a single
    call to _transform can happen, and the provided callback()
    should be used to process another chunk.
    
    Fixes: nodejs#3208
    mcollina committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    90df48c View commit details
    Browse the repository at this point in the history