From 7a5861a9172b5c10b14fbb9071fae11fe462c050 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 12 Nov 2020 02:24:41 +0100 Subject: [PATCH] add tid print to check thread in identification --- src/Network/Auth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Network/Auth.cpp b/src/Network/Auth.cpp index a4b9bc6..bea31bd 100644 --- a/src/Network/Auth.cpp +++ b/src/Network/Auth.cpp @@ -78,6 +78,7 @@ std::string GetRole(const std::string &DID){ return ""; } void Check(SOCKET TCPSock, std::reference_wrapper ok){ + DebugPrintTID(); size_t accum = 0; while (!ok.get()) { std::this_thread::sleep_for(std::chrono::milliseconds(100));