hotfix: multithread loading

This commit is contained in:
semenov
2025-08-07 16:47:15 +03:00
parent 28ea4338e0
commit d58835d9d6
12 changed files with 338 additions and 312 deletions

View File

@@ -62,7 +62,7 @@ public:
typeClient = type;
}
TypeClientAutorization GETTYPE()
TypeClientAutorization getClientType()
{
return typeClient;
}