mirror of https://github.com/quasar/Quasar.git
Fixed disconnection
This commit is contained in:
parent
6d75eac831
commit
8df408cf4b
|
@ -426,7 +426,6 @@ public void Disconnect()
|
|||
|
||||
if (_handle != null)
|
||||
{
|
||||
_handle.Shutdown(SocketShutdown.Both);
|
||||
_handle.Close();
|
||||
_readOffset = 0;
|
||||
_writeOffset = 0;
|
||||
|
|
|
@ -392,7 +392,6 @@ public void Disconnect()
|
|||
|
||||
if (_handle != null)
|
||||
{
|
||||
_handle.Shutdown(SocketShutdown.Both);
|
||||
_handle.Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue