remove thread

This commit is contained in:
ackimixs
2024-05-15 18:37:19 +02:00
parent 4cc676da17
commit 11f5fc2ba4

View File

@@ -31,8 +31,8 @@ public:
void start() {
TCPClient::start();
std::thread t(&GameControllerHandler::handleEvents, this);
t.detach();
// std::thread t(&GameControllerHandler::handleEvents, this);
// t.detach();
}
void handleMessage(const std::string &message) override {