From be36b0a4a8b3bbcdd4efb97ab9c538ee5a75304c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 29 Jul 2018 21:53:25 +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 ea599290..25ed9e00 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1434,10 +1434,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. - /// /// /// /// One of the enum values.