[Modify] Replace it

This commit is contained in:
sta 2016-05-23 15:11:25 +09:00
parent 97f195eb1f
commit 43c4df1321

View File

@ -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 ();