[Modify] Polish it

This commit is contained in:
sta 2021-10-05 19:22:27 +09:00
parent 18818f6362
commit c4fd537ad7

View File

@ -62,8 +62,8 @@ namespace WebSocketSharp.Server
{
_log = log;
_keepClean = true;
_hosts = new Dictionary<string, WebSocketServiceHost> ();
_keepClean = true;
_state = ServerState.Ready;
_sync = ((ICollection) _hosts).SyncRoot;
_waitTime = TimeSpan.FromSeconds (1);