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
Hi!
The current version of python binding is uses C++ client under the hood, which is uses it's own threads and event loop.
So it seems it is not compatible with asyncio's event loop.
But even It's possible to use reindexer by http API with async IO :)
It would be really useful if the python bindings supported the
async
features in the newer versions of python.The text was updated successfully, but these errors were encountered: