do not broadcast stop

This commit is contained in:
ackimixs
2024-05-08 14:48:21 +02:00
parent eb1b18e3a6
commit 1bf85817b9

View File

@@ -127,9 +127,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
this->stopEmergency = true;
this->gameThread.~thread();
this->broadcastMessage("strat;arduino;clear;1");
this->broadcastMessage(message);
this->broadcastMessage("strat;arduino;clear;1\n");
std::vector<std::string> args = TCPUtils::split(tokens[3], ",");