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
Not an issue exactly, but I couldn't find out the Java SDK sources. Anyway, my query is do the client retries defined in RetryOptions take place asynchronously or does it sleep as in python sdk source I found time.sleep(retry_policy.retry_after_in_milliseconds / 1000.0)
The text was updated successfully, but these errors were encountered:
Not an issue exactly, but I couldn't find out the Java SDK sources. Anyway, my query is do the client retries defined in RetryOptions take place asynchronously or does it sleep as in python sdk source I found
time.sleep(retry_policy.retry_after_in_milliseconds / 1000.0)
The text was updated successfully, but these errors were encountered: