From e1ffa6f3259b434aa6b362ae712d891234b94c44 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 10 Feb 2017 16:18:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 9125a8a0..483a293a 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1088,6 +1088,10 @@ namespace WebSocketSharp.Server /// /// Starts receiving the WebSocket handshake requests. /// + /// + /// This method does nothing if the server has already started or + /// it is shutting down. + /// public void Start () { var sslConfig = getSslConfiguration ();