- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 14 Apr 2015 22:48:33 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 15 April 2015 05:49:02 UTC
When `write()` of the underlying sink of `writable` is called, `maybeDoTransform()` always proceeds to run `transform`. It never stop with `writeChunk` pending but `transform` not started. Maybe what we want to do is not to start `transform` while there's back-pressure on `readable`. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/330
Received on Wednesday, 15 April 2015 05:49:02 UTC