[Modify] Replace it
This commit is contained in:
parent
fa0880b1d0
commit
097565ce3b
@ -589,8 +589,7 @@ namespace WebSocketSharp.Net
|
||||
cleanupContextRegistry ();
|
||||
|
||||
var msg = "The listener is closed.";
|
||||
var ex = new HttpListenerException (995, msg);
|
||||
cleanupWaitQueue (ex);
|
||||
cleanupWaitQueue (msg);
|
||||
|
||||
EndPointManager.RemoveListener (this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user