From c3306c70cb0195b5eeafd32d6bac95aa06b3e596 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 12 Sep 2016 16:34:17 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 614a7a6d..567683de 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3063,7 +3063,7 @@ namespace WebSocketSharp /// Closes the WebSocket connection, and releases all associated resources. /// /// - /// This method closes the connection with . + /// This method closes the connection with status code 1001 (going away). /// void IDisposable.Dispose () {