Re: [webrtc-pc] RTCPeerConnection.close procedure: Data Channel & SCTP questions

I would argue that the close method doesn't abruptly close the channel as currently specified. The setting of the readyState to "closed" (referred to above) is in the list of operations that must be run when the closing procedure is *done* (to notify the script about it). So the close method only updates the readyState to "closing".

-- 
GitHub Notification of comment by adam-be
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1821#issuecomment-382626163 using your GitHub account

Received on Thursday, 19 April 2018 06:34:22 UTC