mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
ref: send task list to client
This commit is contained in:
@@ -200,8 +200,7 @@ void SendSystem::sendXmlAnswer(QByteArray array, PacketType packetType)
|
||||
socket->write(array);
|
||||
}
|
||||
|
||||
|
||||
socket->waitForReadyRead(1000);
|
||||
socket->waitForReadyRead(2000);
|
||||
}
|
||||
|
||||
void SendSystem::sendNeedUpdate(bool flag,quint64 size,quint64 fileCount,quint64 deleteCount)
|
||||
|
||||
Reference in New Issue
Block a user