From 8e24e07e7599345a9acb298d2cbbfac0eaecbde4 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 18 Nov 2017 15:35:41 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 2cfa1d3d..f1eea119 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3124,11 +3124,18 @@ namespace WebSocketSharp /// Establishes a connection. /// /// - /// 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 Connect () {