No time, but as in "cat-weather transition" issue - there are lags upon making API calls. The function handling this is not asynchronous nor it uses appropriate coroutine solutions to run the operations in the background. As a result, all of the other operations are stopped when they should be still running independently.
No time, but as in "cat-weather transition" issue - there are lags upon making API calls. The function handling this is not asynchronous nor it uses appropriate coroutine solutions to run the operations in the background. As a result, all of the other operations are stopped when they should be still running independently.