Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When [[isClosed]] slot turns true, queue a task to update the connection state #1341

Closed
soareschen opened this issue Jun 6, 2017 · 1 comment

Comments

@soareschen
Copy link
Contributor

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.

@soareschen
Copy link
Contributor Author

Ouch, apparently the queueing a task might be referring to HTML5 task instead of operation queue. I have filed #1347 addressing the confusion. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant