mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 22:23:03 +00:00
comment out timeout thread for now
This commit is contained in:
@@ -130,8 +130,8 @@ void Identification(SOCKET TCPSock,Hold*S,RSA*Skey){
|
|||||||
Assert(S);
|
Assert(S);
|
||||||
Assert(Skey);
|
Assert(Skey);
|
||||||
S->TCPSock = TCPSock;
|
S->TCPSock = TCPSock;
|
||||||
std::thread Timeout(Check,S);
|
//std::thread Timeout(Check,S);
|
||||||
Timeout.detach();
|
//Timeout.detach();
|
||||||
std::string Name,DID,Role;
|
std::string Name,DID,Role;
|
||||||
if(!Send(TCPSock,GenerateM(Skey))) {
|
if(!Send(TCPSock,GenerateM(Skey))) {
|
||||||
error("died on " + std::string(__func__) + ":" + std::to_string(__LINE__));
|
error("died on " + std::string(__func__) + ":" + std::to_string(__LINE__));
|
||||||
|
|||||||
Reference in New Issue
Block a user