You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
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:
through takes care of pause/resume logic if you use this.queue(data) instead of this.emit('data', data).
Shouldn't calling
queueon a stream implicitly callpause? 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:
throughtakes care of pause/resume logic if you usethis.queue(data)instead ofthis.emit('data', data).