[Modify] Do not clear it

This commit is contained in:
sta 2017-02-06 16:20:08 +09:00
parent c7b1657ec7
commit d41f87406d

View File

@ -364,7 +364,6 @@ namespace WebSocketSharp.Server
foreach (var host in _hosts.Values)
host.Stop (code, reason);
_hosts.Clear ();
_state = ServerState.Stop;
}
}