Skip to content
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

Race condition problem? #29

Open
martinobordin opened this issue Aug 31, 2016 · 0 comments
Open

Race condition problem? #29

martinobordin opened this issue Aug 31, 2016 · 0 comments

Comments

@martinobordin
Copy link

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 CreateAsyncmethod ) but I no longer have the previous (expired token), since it's deleted on the ReceiveAsyncmethod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant