bugfix: add delay to sendFileBlock

This commit is contained in:
semenov
2024-09-23 16:00:25 +03:00
parent 69eeddea5b
commit ec77072a67
6 changed files with 6 additions and 11 deletions

View File

@@ -83,6 +83,7 @@ void SendSystem::sendFileBlock(QString path)
//qDebug() << "Transaction after send file: " << socket->isTransactionStarted();
countSend = 0;
socket->waitForBytesWritten();
socket->waitForReadyRead(100);
}
void SendSystem::sendFolderBlock(QString path)