-
-
Notifications
You must be signed in to change notification settings - Fork 102
Potential memory leak #85
Copy link
Copy link
Closed
Milestone
Description
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.
Reactions are currently unavailable