-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Potential memory leak #85
Comments
I'm not sure if this is similar in concept, but we are using |
Oh, I didn't know |
Here is my take on this issue: https://github.com/mcollina/cloneable-readable. |
@mcollina super cool! I'll give it a try soon. |
In nodejs/readable-stream#202, @mcollina brought up the fact that we might have memory leaks when a Vinyl object with streaming content is cloned. The suggested solution was to delay creation until the streams were needed.
I'm opening this issue so we can discuss further.
The text was updated successfully, but these errors were encountered: