Re: [whatwg/streams] Fix makeReadableBackpressureByteSocketStream to drain all data (#504)

> So, ... consumers for which the adaptive stream would be useful should have both the characteristics of WebSocket (push source) and BYOB style reading like POSIX read(2)...

I think we have an example of that: UDP streams. However, they don't have backpressure at the socket level. So either we don't illustrate backpressure in the example (which might be the simplest thing to do) or we say that there's some sort of out-of-band backpressure signaling.

Let me try a version without backpressure and we'll see what we think... again it will be at https://streams.spec.whatwg.org/branch-snapshots/updateexample/#example-rbs-push when I finish (in a few minutes).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/504#issuecomment-241124177

Received on Friday, 19 August 2016 20:19:24 UTC