diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 83df0180..39e973c4 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2730,16 +2730,15 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection asynchronously, and releases - /// all associated resources. + /// Closes the connection asynchronously. /// /// /// - /// This method does nothing if the current state of the connection is - /// Closing or Closed. + /// This method does not wait for the close to be complete. /// /// - /// This method does not wait for the close to be complete. + /// And this method does nothing if the current state of + /// the connection is Closing or Closed. /// /// public void CloseAsync ()