pull-stream / stream-to-pull-stream

convert a node stream (classic or new) into a pull-stream
MIT License
30 stars 5 forks source link

end event not handled correctly by read2 #3

Closed sastan closed 10 years ago

sastan commented 10 years ago

When using streams2 and the end event occurs when there is no active callback the end is never propagated.

I'm currently working on a pull-request.

dominictarr commented 10 years ago

sounds good.