feat: standAloneLoading

This commit is contained in:
semenov
2024-08-21 14:50:06 +03:00
parent c59f8f6035
commit 9d1c8277d5
40 changed files with 1019 additions and 79 deletions

View File

@@ -31,11 +31,6 @@ void RecognizeSystem::Recognize(QTcpSocket *socket)
while(socket->bytesAvailable())
{
if(!stream.commitTransaction()){
qDebug() << "BUSY, WAIT";
}
if(packetType == PacketType::TYPE_NONE){ //определение первичного пакета
stream.startTransaction();