[webrtc-pc] When [[isClosed]] slot turns true, queue a task to update the connection state

soareschen has just created a new issue for https://github.com/w3c/webrtc-pc:

== When [[isClosed]] slot turns true, queue a task to update the connection state ==
In 4.3.1.3 Update the connection state:

> Whenever the state of an RTCDtlsTransport or RTCIceTransport changes or when the [[isClosed]] slot turns true, the user agent must update the connection state by queueing a task that runs the following steps

A task is never executed when connection is closed, therefore it doesn't make sense to require task to be queued when the connection is closed.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1341 using your GitHub account

Received on Tuesday, 6 June 2017 08:02:05 UTC