Paul Nilsson
Member since May 10, 2016
- Profile: /members/13173-paul-nilsson.htm
- Comments: 1
Recent Blog Comments By Paul Nilsson
-
You Have To Explicitly End Streams After Pipes Break In Node.js
Posted on May 10, 2016 at 5:27 AM
@Ryan If you have a transform stream and you call .end() then it should emit the finish event once it's piped all it's data. In the case the stream you were piping to has died then it may be stuck with data in it's buffer after calling .end(), and therefore it does not emit the 'finish' event. A ... read more »