calm down

This commit is contained in:
ackimixs
2024-04-29 11:07:56 +02:00
parent a23bccf7f3
commit 76d9d3f75a

View File

@@ -18,10 +18,13 @@ int main() {
client.sendMessage("point;start;ready;1"); client.sendMessage("point;start;ready;1");
std::thread inputThread(userInputThread);
while (true) { while (true) {
if(stopRequested) { if(stopRequested) {
break; break;
} }
usleep(1'000'000);
} }
return 0; return 0;