mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 01:06:25 +00:00
Implement Assertion properly, TID printing in debug builds
This commit is contained in:
@@ -90,6 +90,8 @@ std::string GenerateM(RSA*key){
|
||||
}
|
||||
|
||||
void Identification(SOCKET TCPSock,Hold*S,RSA*Skey){
|
||||
Assert(S);
|
||||
Assert(Skey);
|
||||
S->TCPSock = TCPSock;
|
||||
std::thread Timeout(Check,S);
|
||||
Timeout.detach();
|
||||
|
||||
Reference in New Issue
Block a user