Latest uncommited changes from Vladimir

Revert if needed
This commit is contained in:
2023-07-31 13:49:54 +05:00
parent a8c44c4b9e
commit 8d892e0ad9
10 changed files with 55 additions and 22 deletions
+1 -19
View File
@@ -29,24 +29,6 @@ public class Authorization : MonoBehaviour
if (_clientDataService.data != null)
{
Debug.LogWarning($"данные клианта {_clientDataService.data.id} загружены: город - {(Cities)_clientDataService.data.city}, найдено тэгов - {_clientDataService.data.games.Count}");
// UniTask.Void(async ()=>
// {
// Response<int> result = new Response<int>();
// int counter = 0;
// while(result.responseData == 0)
// {
// Debug.LogWarning($"ещё не все метки найдены ({counter})");
// result = await _networkService.GetAsync<int>("game/find", $"id={_clientDataService.data.id}", $"game={counter}");
// Debug.LogWarning(result.responseCode + "/" + result.responseData);
// counter++;
// await UniTask.Delay(500);
// }
// Debug.LogWarning($"поздравляем! Ваше место в общем зачете - {result.responseData}");
// });
return;
}
@@ -115,4 +97,4 @@ public class Authorization : MonoBehaviour
_menu.Reset();
}
}
}
}