[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 ();
}
unbind ();
unregisterContext ();
removeConnection ();
}
@ -437,7 +437,7 @@ namespace WebSocketSharp.Net
// Don't close. Keep working.
_reuses++;
disposeRequestBuffer ();
unbind ();
unregisterContext ();
init ();
BeginReadRequest ();