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

Fix pipeline promise that never resolves on Node 14 #98

Closed
wants to merge 1 commit into from

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Apr 24, 2020

There is probably some breaking change in the promisified version of pipeline in Node.js 14.0.0; as a workaround, this PR add a listener to the end event of the ReadableStream to avoid the dead-lock.

Fixes: #94

@aduh95
Copy link
Contributor Author

aduh95 commented May 1, 2020

Node.js 14.1.0 has been released with a fix for the linked issue. Probably not worth landing this hack.

@aduh95 aduh95 closed this May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not working with Node 14
1 participant