Closed
Description
It seems that _write should be called with null
as the data, when the end of stream is reached.
The problem I am having is that I need to add additional data to the end of the stream, and the finish
event should not be emitted until after that is completed. I need a way to control this, so I'm thinking a new _end
function with a callback, or perhaps a callback on _write(null)
would do the trick.
Activity