- From: Tomoyuki Shimizu via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Jan 2016 09:24:21 +0000
- To: public-secondscreen@w3.org
In case of WebSocket, for example, when a client calls `close()` method during data transmission from a server to the client, the state of the client becomes `closing` immediately, but the server would continue its data transmission and then send the `close` frame to the client. Therefore, the `closing` state of the closing initiator peer might mean that the remote peer might still be sending any data and the client should wait for receiving it if necessary. -- GitHub Notification of comment by tomoyukilabs Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/240#issuecomment-171911096 using your GitHub account
Received on Friday, 15 January 2016 09:24:42 UTC