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

I don't think we need to say anything about order since an ordered channel should always reflect order to the API. But a clarification note is never wrong.

You will always need a send queue with the high level API we have. Firefox has one, libwebrtc has one. It's just a matter of ensuring the order. The current behaviour should be fixed by Mozilla. /cc @nils-ohlmeier

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

Received on Saturday, 22 June 2019 08:09:57 UTC