diff --git a/Core/sendsystem.cpp b/Core/sendsystem.cpp index edfae17..1132cbc 100644 --- a/Core/sendsystem.cpp +++ b/Core/sendsystem.cpp @@ -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) diff --git a/RRJClient.pro.user b/RRJClient.pro.user index 454fc1e..c83cab1 100644 --- a/RRJClient.pro.user +++ b/RRJClient.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/StaticData/clientHash.xml b/StaticData/clientHash.xml index f482073..f532b08 100644 --- a/StaticData/clientHash.xml +++ b/StaticData/clientHash.xml @@ -193,11 +193,8 @@ - - - - - + + diff --git a/StaticData/streamingHash.xml b/StaticData/streamingHash.xml index 62092e6..4eeb3e4 100644 --- a/StaticData/streamingHash.xml +++ b/StaticData/streamingHash.xml @@ -12,11 +12,8 @@ - - - - - + + diff --git a/debug/RRJClient.exe b/debug/RRJClient.exe index 221bc31..e6c9a30 100644 Binary files a/debug/RRJClient.exe and b/debug/RRJClient.exe differ diff --git a/debug/sendsystem.o b/debug/sendsystem.o index 6c65db6..6bbd018 100644 Binary files a/debug/sendsystem.o and b/debug/sendsystem.o differ