mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 10:55:36 +00:00
add tid print to check thread in identification
This commit is contained in:
parent
5e603c65b6
commit
7a5861a917
@ -78,6 +78,7 @@ std::string GetRole(const std::string &DID){
|
||||
return "";
|
||||
}
|
||||
void Check(SOCKET TCPSock, std::reference_wrapper<std::atomic_bool> ok){
|
||||
DebugPrintTID();
|
||||
size_t accum = 0;
|
||||
while (!ok.get()) {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
|
Loading…
x
Reference in New Issue
Block a user