mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
fix
This commit is contained in:
@@ -273,6 +273,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
case LIDAR:
|
||||
this->stratPatterns = { SLEEP_5S, GET_LIDAR_POS };
|
||||
this->gameThread = std::thread([this]() { this->startGame(); });
|
||||
break;
|
||||
}
|
||||
|
||||
this->gameThread.detach();
|
||||
|
||||
Reference in New Issue
Block a user