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
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Trying to await an indexing operation transport.py ensure_future()s the request so it's attached to its own loop. So the task cannot be started in my loop. Why not just return the future without ensure/create_task-ing it?
The text was updated successfully, but these errors were encountered:
I believe the original intention was so that cancellation was easier? Not sure. Either way this won't be changing as we won't be implementing any breaking changes. See #81 for more information.
First, thanks for making this.
Trying to await an indexing operation transport.py ensure_future()s the request so it's attached to its own loop. So the task cannot be started in my loop. Why not just return the future without ensure/create_task-ing it?
The text was updated successfully, but these errors were encountered: