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
It is hard to integrate the library into synchronous code sometimes, especially if it is a part of a synchronous library.
It would be nice to have a synchronous version of the API.
Possible solution
Looks like aiohttp doesn't help us here. Consider moving to HTTPX. It also provides support for HTTP2, which we already support in Rust version of the database.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Current problem
It is hard to integrate the library into synchronous code sometimes, especially if it is a part of a synchronous library.
It would be nice to have a synchronous version of the API.
Possible solution
Looks like aiohttp doesn't help us here. Consider moving to HTTPX. It also provides support for HTTP2, which we already support in Rust version of the database.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: