From 7a67c0b3d63767454b62825850aa07363edc6833 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Aug 2021 19:50:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 59849e3a..5c6110c9 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1362,6 +1362,10 @@ namespace WebSocketSharp.Server /// /// Stops receiving incoming requests. /// + /// + /// This method does nothing if the server is not started, + /// it is shutting down, or it has already stopped. + /// public void Stop () { if (_state == ServerState.Ready) {