We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c57ccf commit dd58c69Copy full SHA for dd58c69
websocket-sharp/Server/HttpServer.cs
@@ -711,23 +711,7 @@ public TimeSpan WaitTime {
711
}
712
713
set {
714
- if (value <= TimeSpan.Zero)
715
- throw new ArgumentException ("Zero or less.", "value");
716
-
717
- string msg;
718
- if (!canSet (out msg)) {
719
- _log.Warn (msg);
720
- return;
721
- }
722
723
- lock (_sync) {
724
725
726
727
728
729
- _services.WaitTime = value;
730
+ _services.WaitTime = value;
731
732
733
0 commit comments