- From: aboba via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Sep 2016 16:13:14 +0000
- To: public-ortc@w3.org
aboba has just submitted a new pull request for https://github.com/w3c/ortc: == Revision to setTransport() == This PR: 1. Removes checks on transport.state and rtcpTransport.state (so that closed or failed transports can be replaced) 2. Removes checks on withTransport.state and withRtcpTransport.state (removing a potential race condition with the statechange EventHandler). 3. Leaves setTransport as a synchronous method. Revised fix for Issue https://github.com/w3c/ortc/issues/591 See https://github.com/w3c/ortc/pull/599
Received on Monday, 12 September 2016 16:13:21 UTC