Explorar o código

Possible query fail

Mihawk %!s(int64=12) %!d(string=hai) anos
pai
achega
dd8eeebaa6
Modificáronse 1 ficheiros con 1 adicións e 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;
 }