- From: Robin Raymond via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Oct 2016 19:26:10 +0000
- To: public-ortc@w3.org
robin-raymond has just merged aboba's pull request 599 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 Related to Issue https://github.com/w3c/ortc/issues/598 See https://github.com/w3c/ortc/pull/599
Received on Wednesday, 26 October 2016 19:26:16 UTC