mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: standAloneLoading
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user