@ -675,25 +675,9 @@ namespace WebSocketSharp.Server
}
set {
string msg;
if (!value.CheckWaitTime (out msg))
throw new ArgumentException (msg, "value");
if (!canSet (out msg)) {
_log.Warn (msg);
return;
lock (_sync) {
_services.WaitTime = value;
/// <summary>
/// Gets the management function for the WebSocket services