From 0ba956127fe002681fa7ed1a2a7d9f0dc67bef37 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 24 Feb 2017 15:32:36 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index f8e66801..ab14df0a 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -94,9 +94,13 @@ namespace WebSocketSharp.Server /// Gets or sets a value indicating whether the service cleans up /// the inactive sessions periodically. /// + /// + /// The set operation does nothing if the service has already started or + /// it is shutting down. + /// /// - /// true if the service cleans up the inactive sessions periodically; - /// otherwise, false. + /// true if the service cleans up the inactive sessions every 60 + /// seconds; otherwise, false. /// public bool KeepClean { get {