dominictarr / through

simple way to create a ReadableWritable stream that works
Other
670 stars 64 forks source link

Expected behavior #29

Open fearphage opened 9 years ago

fearphage commented 9 years ago

Shouldn't calling queue on a stream implicitly call pause? The documentation reads that way, but the code and testing do not. Am I just misunderstanding?

My assumption is based on this line from the readme:

dominictarr commented 9 years ago

no, it is not meant to pause the stream, but it won't emit data if it is paused from the outside. How could this be rephrased to be more clear?