Commit c97c8557 authored by Don Gagne's avatar Don Gagne

Can't call _socket methods from primary thread

parent be2780d7
......@@ -198,7 +198,6 @@ bool TCPLink::disconnect()
if (_socket)
{
_socket->disconnectFromHost();
_socketIsConnected = false;
delete _socket;
_socket = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment