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