-
Notifications
You must be signed in to change notification settings - Fork 113
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
The stream loses data #139
Comments
Have found that the stream intentionally throws away any data unless the socket is connected. What is a rationale behind such decision? |
This module is very old, and there might not be a good rationale behind some of the code. If you want to help maintaining this you are welcome to propose a change. |
With modern May a complete refactoring be considered? |
As long as the API stays similar and the tests passes, I see no problem. |
In this use case we send a file. All data are lost if the file is small, or received partially if the file is big.
How to reproduce:
Node.js v8.6.0
The text was updated successfully, but these errors were encountered: