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
possible bug:
if this check (isBefore) is evaluated just before token expires, then because of duration of request dispatching and network latency, when the request will come to the requested server it may be already expired.
i see 2 options:
retry whole process once when 401 will be responded
add threshold (let say default 10 seconds). then use (expiryInstant - threshold)
possible bug:
if this check (
isBefore
) is evaluated just before token expires, then because of duration of request dispatching and network latency, when the request will come to the requested server it may be already expired.i see 2 options:
Originally posted by @bwiercinski in #46 (comment)
The text was updated successfully, but these errors were encountered: