From 2fd8928eb993ab1c893f3c41bc6c8ba2c226e40f Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 22 Nov 2016 16:37:33 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index d450b227..dd89ed04 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2772,6 +2772,12 @@ namespace WebSocketSharp /// the send is complete. A passed to this delegate will be /// true if the send has done with no error. /// + /// + /// The current state of the connection is not Open. + /// + /// + /// is . + /// public void SendAsync (byte[] data, Action completed) { if (_readyState != WebSocketState.Open) {