Browse Source

Possible query fail

Mihawk 12 years ago
parent
commit
dd8eeebaa6
1 changed files with 1 additions and 0 deletions
  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;
 }