-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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] Standardize a way for writable streams to do work after all data has been consumed. #821
Comments
https://github.com/iojs/readable-stream may be a better place to discuss this. :) |
@Fishrock123 I opened an issue in the readable-stream queue as you suggested: If this is the wrong place for stream issues now, this can be closed. |
I'm +1. Also want |
+1 from me also. @vkurchatkin What do you mean by |
Yeah, default |
Redirecting conversation to the readable-stream issue. |
There was a lot of discussion about this pre-fork:
nodejs/node-v0.x-archive#7631
nodejs/node-v0.x-archive#7348
Note that while waiting for an upstreaming fix, @TomFrost implemented a workaround that is published on npmjs.org:
https://www.npmjs.com/package/flushwritable
Perhaps it will be helpful in considering the issue.
The text was updated successfully, but these errors were encountered: