Added sleep for client thread
This commit is contained in:
parent
f748c51552
commit
416865ff52
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ void GameClient::Exec()
|
|||
_connection.reset();
|
||||
break;
|
||||
}
|
||||
std::this_thread::sleep_for(std::chrono::duration<int, std::milli>(1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue