[Modify] Replace it
This commit is contained in:
parent
97f195eb1f
commit
43c4df1321
@ -180,7 +180,7 @@ namespace WebSocketSharp.Net
|
||||
closeSocket ();
|
||||
}
|
||||
|
||||
unbind ();
|
||||
unregisterContext ();
|
||||
removeConnection ();
|
||||
}
|
||||
|
||||
@ -437,7 +437,7 @@ namespace WebSocketSharp.Net
|
||||
// Don't close. Keep working.
|
||||
_reuses++;
|
||||
disposeRequestBuffer ();
|
||||
unbind ();
|
||||
unregisterContext ();
|
||||
init ();
|
||||
BeginReadRequest ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user