We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Which version of Microsoft.IdentityModel are you using? Note that to get help, you need to run the latest version. Microsoft.IdentityModel 8.5.0
Where is the issue?
Expected behavior
Ensure updates to state are done atomically in ConfigurationManager.
See #3090, these changes showed a viable way to handle this. It would need small changes to work with 8.5.0
Actual behavior
_syncAfter and _lastRequestRefresh do not have guaranteed atomic updates.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which version of Microsoft.IdentityModel are you using?
Note that to get help, you need to run the latest version.
Microsoft.IdentityModel 8.5.0
Where is the issue?
Expected behavior
Ensure updates to state are done atomically in ConfigurationManager.
See #3090, these changes showed a viable way to handle this. It would need small changes to work with 8.5.0
Actual behavior
_syncAfter and _lastRequestRefresh do not have guaranteed atomic updates.
The text was updated successfully, but these errors were encountered: