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
I think the most sensible way to achieve non-blocking in this context is definitely asyncio, but that will require a parallel client I think - apart from anything else, because to achieve this polling you'd want to use await-able sleep rather than blocking sleep.
APIQuery.get_result
is a blocking method. Would be good to also have a non-blocking version.The text was updated successfully, but these errors were encountered: