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 () {