diff --git a/cluster.cpp b/cluster.cpp index 01c2f07..04cbd71 100644 --- a/cluster.cpp +++ b/cluster.cpp @@ -76,6 +76,7 @@ void dxClusterClient::enableTcp(bool enable) tcpSocket->disconnect(); delete tcpSocket; tcpSocket = Q_NULLPTR; + emit deleteOldSpots(0); } } }