mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
fix: big xml code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user