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