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