[Modify] Replace it

This commit is contained in:
sta 2016-04-16 15:39:52 +09:00
parent c081736add
commit 1b0fe2fd19

View File

@ -844,7 +844,7 @@ namespace WebSocketSharp.Net
EndPointManager.RemoveListener (this); EndPointManager.RemoveListener (this);
lock (_ctxRegistrySync) lock (_ctxRegistrySync)
sendServiceUnavailable (); cleanupContextQueue (true);
cleanupContextRegistry (); cleanupContextRegistry ();
cleanupConnections (); cleanupConnections ();