Scianka / AI-larp

0 stars 0 forks source link

The API call lag #5

Open Scianka opened 1 month ago

Scianka commented 1 month ago

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.