Browse Source

Possible query fail

Mihawk 12 năm trước cách đây
mục cha
commit
dd8eeebaa6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }