Re: [webrtc-pc] Order of multiple RTCDataChannel.send calls in case of blobs (#2215)

(A bit late, sorry) I'd prefer stronger language than a note, but I welcome the note.

> I don't think we need to say anything about order since an ordered channel should always reflect order to the API.

@lgrahl That's the desired outcome, but these are the instructions on how to make that happen on the sending side. As such, I think they fall short by treating Blobs—borne out of Files with asynchronous accessors—as having synchronously available data.

As you and @youennf point out, we want this solved in a way that doesn't block main thread, which requires either an additional level of queuing of *all* send data, or some placeholder in any existing queue.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2215#issuecomment-526667672 using your GitHub account

Received on Friday, 30 August 2019 16:36:59 UTC