Cannot end/close the stream
roccomuso opened this issue · 1 comments
roccomuso commented
I've not being able to pipe something into a buffer using concat-stream. I guess because there's not a clear way to gracefully end the stream. Neither with destroy.
Any hints?
roccomuso commented
Nevermind, I just saw index.js#L30 that address the issue.