-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorize on timeout #1398
Comments
The general idea is to call Steps:
|
This was referenced Dec 26, 2022
Fixed by #1404 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
Now there may be a problem with closing the connection on
timeout
, since the timeout mostly happens when the token expires.After that,
Close
is called, but it fails onauthorize
, because token is already expired.Steps to Reproduce
Context
Failure Logs
The text was updated successfully, but these errors were encountered: