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

OK, I pushed it; you can view at https://streams.spec.whatwg.org/branch-snapshots/updateexample/#example-rbs-push

However I'm no longer sure about this example. It seems to be predicated on the idea of wanting there to be a full queue, which is kind of the opposite of what you usually want with byte streams, since a full queue means BYOB readers are screwed. Maybe a HWM of 0 is better, on the assumption that the video-playing infrastructure will maintain its own queue, and should just be grabbing bytes from the UDP socket as directly as possible?

-- 
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-239944885

Received on Monday, 15 August 2016 22:10:45 UTC