Re: [webrtc-pc] Race condition in enqueue an operation

If this is broken code, and we don't care about it having race conditions, then why did we care about [the `createOffer(); addTrack();` race condition](https://github.com/w3c/webrtc-pc/issues/782)?

Also, if an application is doing `await pc.setRemoteDescription(incoming.sdp);`, why does it care if the "synchronous part" of the operation happens immediately or via a queued task?

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

Received on Thursday, 22 June 2017 20:35:10 UTC