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