[Modify] Do not clear it

master
sta 9 years ago
parent c7b1657ec7
commit d41f87406d

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

Loading…
Cancel
Save