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 have writtern wrapper for Restsharp that calls my api controller automatically passing the token and, in case of a 401 response, call the refresh token endpoint.
If i call multiple time per seconds the api, could I get errors because the refresh of the token is not yet completed (done in the CreateAsyncmethod ) but I no longer have the previous (expired token), since it's deleted on the ReceiveAsyncmethod?
The text was updated successfully, but these errors were encountered:
Hi,
I have writtern wrapper for Restsharp that calls my api controller automatically passing the token and, in case of a 401 response, call the refresh token endpoint.
If i call multiple time per seconds the api, could I get errors because the refresh of the token is not yet completed (done in the
CreateAsync
method ) but I no longer have the previous (expired token), since it's deleted on theReceiveAsync
method?The text was updated successfully, but these errors were encountered: