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