Relative Content

Tag Archive for async-awaitpython-asyncio

Fixing an issue with asyncio.gather() going infinitely with tasks

I was using asyncio to send multiple API requests at once and it worked totally fine in the code I wrote for a different site but now when it gets to the asyncio.gather() function the program stays in it infinitely. I have checked if the parameters are good just using basic requests and it returns everything normally.