ref: send system

This commit is contained in:
semenov
2025-06-23 09:48:32 +03:00
parent e40a22483a
commit 1fde2d4609
4 changed files with 13 additions and 22 deletions

View File

@@ -145,7 +145,7 @@ bool ServerLMSWidget::stopServer()
//Закрываем все открытые сокеты
foreach(int idSocket, clientsMap.keys())
{
clientsMap[idSocket]->sigSocketWrite(arrayAnswer);
clientsMap[idSocket]->sigSendXmlAnswer(arrayAnswer,PacketType::TYPE_XMLANSWER);
//while (!clientsMap[idSocket]->sigSocketFlush()) {}
QString str = QString(arrayAnswer);