Explorar el Código

Possible query fail

Mihawk hace 12 años
padre
commit
dd8eeebaa6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ServerQuery.cpp

+ 1 - 0
ServerQuery.cpp

@@ -78,6 +78,7 @@ bool ServerQuery::query()
     myActiveFlag = false;
     return false;
   }
+  mySocket->waitForBytesWritten(300);
   myPingTime.restart();
   return true;
 }