mirror of
https://github.com/modelec/TCPSocketClient.git
synced 2026-01-18 16:37:35 +01:00
should stop
This commit is contained in:
@@ -11,7 +11,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
client.start();
|
||||
|
||||
while (true) {
|
||||
while (!client.shouldStop()) {
|
||||
std::string message;
|
||||
std::cin >> message;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user