[Modify] Polish it
This commit is contained in:
parent
3ee3d386b5
commit
048077c837
@ -556,8 +556,7 @@ namespace WebSocketSharp.Net
|
||||
cleanupContextQueue (force);
|
||||
cleanupContextRegistry ();
|
||||
|
||||
var name = GetType ().ToString ();
|
||||
var ex = new ObjectDisposedException (name);
|
||||
var ex = new ObjectDisposedException (_objectName);
|
||||
cleanupWaitQueue (ex);
|
||||
|
||||
EndPointManager.RemoveListener (this);
|
||||
|
Loading…
Reference in New Issue
Block a user