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
requests.get() is blocking and doesn't fit well in asynchronous environments like asyncio. For better performance and non-blocking calls, you should switch to aiohttp (an asynchronous HTTP client).
Add ScreenShots
No response
What browsers are you seeing the problem on?
No response
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC WOB24 contributor
I want to work on this issue
I'm willing to provide further clarification or assistance if needed.
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Is there an existing issue for this?
What happened?
requests.get() is blocking and doesn't fit well in asynchronous environments like asyncio. For better performance and non-blocking calls, you should switch to aiohttp (an asynchronous HTTP client).
Add ScreenShots
No response
What browsers are you seeing the problem on?
No response
Record
The text was updated successfully, but these errors were encountered: