You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understood in the code, all the requests are done in a synchronous way.
Is there some wrapper or suggestion how to wrap these requests to perform async?
So I don't need to hurt my throughput when adding dozens of requests...
Thanks!
The text was updated successfully, but these errors were encountered:
From what I understood in the code, all the requests are done in a synchronous way.
Is there some wrapper or suggestion how to wrap these requests to perform async?
So I don't need to hurt my throughput when adding dozens of requests...
Thanks!
The text was updated successfully, but these errors were encountered: