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

stream: make finished try to wait for 'close' #32158

Closed
wants to merge 2 commits into from

Commits on Mar 25, 2020

  1. stream: make pipeline try to wait for 'close'

    Pipeline uses eos which will invoke the callback
    on 'finish' and 'end' before all streams have been
    fully destroyed.
    
    Fixes: nodejs#32032
    ronag committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    4f76b58 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    c8020c4 View commit details
    Browse the repository at this point in the history