Re: [w3ctag/design-reviews] WebSocketStream (#394)

@ricea, The underlying protocol supports large messages.  How do you anticipate handling very large messages, such as ones that can't be backed by physical memory (or in the extreme, logical memory)?  It seems like you don't get back pressure in that case.

Would it be better to provide a stream of streams, or use the [fetch mixin](https://fetch.spec.whatwg.org/#body-mixin) for each chunk?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/394#issuecomment-511249598

Received on Monday, 15 July 2019 00:52:14 UTC