From 8df303f1f6ff13b8ea9cd9784d626bf63233423a Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 28 Jul 2017 17:22:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 ()