[webrtc-pc] new commits pushed by aboba

The following commits were just pushed by aboba to https://github.com/w3c/webrtc-pc:

* Adding note about the dangers of RTCDataChannelInit.negotiated.

Fixes #1879.

If one peer creates an out-of-band negotiated data channel and tries to
send with it before the other peer creates its corresponding data
channel, messages may be lost (even if the channel is reliable).

Raised this issue on the rtcweb mailing list here:
https://mailarchive.ietf.org/arch/msg/rtcweb/lIuiu91_L2nOh935eAqifrs_ius

But there's no clear consensus, with more people suggesting "do nothing"
than anything else. Given that this has always been an issue in Chrome
and Firefox and no one has really complained, maybe just adding this
note is sufficient.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/945fb8d5c0f9f0821de6b02e5052ec0e4a758c8f

* Merge pull request #1903 from taylor-b/issue_1879

Adding note about the dangers of RTCDataChannelInit.negotiated.
  by Bernard Aboba
https://github.com/w3c/webrtc-pc/commit/2af2d6799f8afcf82c097df6af408dd72a4bb17e

Received on Thursday, 28 June 2018 14:19:21 UTC