From 5326cf720e3174fceed8da565d83aa9ec20b961a Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 6 Mar 2017 16:31:35 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 3fa8eb37..580db9e0 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -596,8 +596,14 @@ namespace WebSocketSharp.Server /// Removes a WebSocket service with the specified . /// /// - /// is converted to a URL-decoded string and - /// / is trimmed from the end of the converted string if any. + /// + /// is converted to a URL-decoded string and + /// / is trimmed from the end of the converted string if any. + /// + /// + /// The service is stopped with close status 1001 (going away) + /// if it has already started. + /// /// /// /// true if the service is successfully found and removed;