Why are my async requests almost as slow as sync requests
My code sends async requests to an API but it’s not really faster than my code with sync requests. Currently it sends around 50-60 requests and it takes around 1 minute. What am I doing wrong?
Why are my async requests almost as slow as sync requests
My code sends async request to a api but it’s not really faster than my code with sync request. Currently it sends around 50-60 requests and it takes around 1 minute. What am I doing wrong?