fix: big xml code

This commit is contained in:
semenov
2025-09-18 12:02:21 +03:00
parent bd1bcd4e71
commit a2375700b1
5 changed files with 141 additions and 47 deletions

View File

@@ -523,7 +523,7 @@ void ProcessingSystem::processingClientNotify(ClientHandler *client, ClientNotif
{//Клиент готов принять задания
client->setReady(true);
sendTaskListToUnity(client);
client->getSocket()->flush();
//client->getSocket()->flush();
}
else if(clientNotify.Code == commandStartTimerClient)
{
@@ -572,6 +572,8 @@ void ProcessingSystem::processingClientNotify(ClientHandler *client, ClientNotif
{
chatSystem->sendOldMessages(client->getClient()->getId());
}
Logger::instance().log(client->getClient()->getLogin() + clientNotify.Code,LogLevel::DEBUG);
}
void ProcessingSystem::setCurrentDataInfo(DataInfo *dataInfo)