From 405e1f2ecd7e645cbf0d41c9c0588f25df9f4204 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 29 Jul 2018 21:50:16 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index ea7416a5..ea599290 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1346,10 +1346,6 @@ namespace WebSocketSharp.Server /// Stops receiving incoming handshake requests and closes each connection /// with the specified code and reason. /// - /// - /// This method does nothing if the server is not started, it is shutting - /// down, or it has already stopped. - /// /// /// /// A that represents the status code indicating