Don't emit the "stop" event. It's confusing and there will be a better way to tear down. Also, pushing null into the stream will signify the end of writing so reporter streams can just use that instead.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Don't emit the "stop" event. It's confusing and there will be a better way to tear down. Also, pushing
null
into the stream will signify the end of writing so reporter streams can just use that instead.