From 918d8c4795c7f09a78f4c42f370ae0fe639a53bf Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 18 Nov 2017 15:48:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f1eea119..1fda7d72 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3158,15 +3158,23 @@ namespace WebSocketSharp /// /// /// - /// This method does not wait for the connect to be complete. + /// This method does not wait for the connect process to be complete. /// /// - /// This method does nothing if the current state of the connection is - /// Open or Closing. + /// This method does nothing if the connection has already been + /// established. /// /// /// - /// This instance is not a client. + /// + /// This instance is not a client. + /// + /// + /// -or- + /// + /// + /// The close process is in progress. + /// /// public void ConnectAsync () {