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
Since this makes a network call, it would be good to have a way to cap the total time that this call can take, e.g. if the API is down or unreachable at the moment.
Most users of this library are likely using it on a login or registration request in an advisory fashion and would rather fail the lookup quickly rather than wait 30 seconds for a response.
Perhaps it could be threaded through the options, at least for the check call?
The text was updated successfully, but these errors were encountered:
Since this makes a network call, it would be good to have a way to cap the total time that this call can take, e.g. if the API is down or unreachable at the moment.
Most users of this library are likely using it on a login or registration request in an advisory fashion and would rather fail the lookup quickly rather than wait 30 seconds for a response.
Perhaps it could be threaded through the options, at least for the
check
call?The text was updated successfully, but these errors were encountered: