should stop

This commit is contained in:
ackimixs
2024-04-29 16:12:49 +02:00
parent 1be608331e
commit 0effa0ca57

View File

@@ -11,7 +11,7 @@ int main(int argc, char* argv[]) {
client.start();
while (true) {
while (!client.shouldStop()) {
std::string message;
std::cin >> message;