feat: stable change version

This commit is contained in:
semenov
2025-01-23 13:13:31 +03:00
parent 12f03ec536
commit 96ec746baa
3 changed files with 192 additions and 184 deletions

View File

@@ -283,7 +283,7 @@ void RecognizeSystem::recognize()
file.close();
return;
}
if(socket->waitForReadyRead(TCP_READ_TIMEOUT)){
if(socket->waitForReadyRead(100)){
continue;
}
@@ -314,7 +314,7 @@ void RecognizeSystem::recognize()
tmpBlock.clear();
sizeReceiveData = 0;
countSend = 0;
packetType = PacketType::TYPE_NONE;
}
}