[Modify] Replace it
This commit is contained in:
parent
1b0fe2fd19
commit
db34117862
@ -480,10 +480,8 @@ namespace WebSocketSharp.Net
|
|||||||
EndPointManager.RemoveListener (this);
|
EndPointManager.RemoveListener (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
lock (_ctxRegistrySync) {
|
lock (_ctxRegistrySync)
|
||||||
if (!force)
|
cleanupContextQueue (!force);
|
||||||
sendServiceUnavailable ();
|
|
||||||
}
|
|
||||||
|
|
||||||
cleanupContextRegistry ();
|
cleanupContextRegistry ();
|
||||||
cleanupConnections ();
|
cleanupConnections ();
|
||||||
|
Loading…
Reference in New Issue
Block a user