Re: [webrtc-pc] JSEP reads & modifies transceivers in parallel, causing racy behavior. (#2476)

```
pc.setRemoteDescription(offer); // note: no await
pc.addTrack(track, stream); // Supposed to always get associated
```
Okay this one concerns me though...

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

Received on Friday, 21 February 2020 21:50:33 UTC