|
|
|
@ -406,11 +406,11 @@ namespace WebSocketSharp.Net
|
|
|
|
lock (_ctxRegistrySync) {
|
|
|
|
lock (_ctxRegistrySync) {
|
|
|
|
if (!force)
|
|
|
|
if (!force)
|
|
|
|
sendServiceUnavailable ();
|
|
|
|
sendServiceUnavailable ();
|
|
|
|
|
|
|
|
|
|
|
|
cleanupContextRegistry ();
|
|
|
|
|
|
|
|
cleanupConnections ();
|
|
|
|
|
|
|
|
cleanupWaitQueue ();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanupContextRegistry ();
|
|
|
|
|
|
|
|
cleanupConnections ();
|
|
|
|
|
|
|
|
cleanupWaitQueue ();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void cleanupConnections ()
|
|
|
|
private void cleanupConnections ()
|
|
|
|
|