Kaynağa Gözat

Unnecessary waiting

Mihawk 12 yıl önce
ebeveyn
işleme
eba14b39da
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      ServerQuery.cpp

+ 0 - 1
ServerQuery.cpp

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