-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
How to handle backpressure? #78
Comments
@liran, thanks for the feedback! I don't know about "backpressure" or the "drain" event. I will inform myself and come back to you when I have something. |
If the receiver adjusts the speed of receiving data through |
@liran, I will add a |
@Rapsssito Thank you for your efforts. |
🎉 This issue has been resolved in version 5.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
When writing a large file, if we don't have a drain event, how do we handle backpressure?
about drain : https://nodejs.org/api/stream.html#stream_event_drain
The text was updated successfully, but these errors were encountered: