JCL-349: Better concurrency support for OpenID session refresh by acoburn · Pull Request #456 · inrupt/solid-client-java
Navigation Menu
{{ message }}
inrupt / solid-client-java Public
- Notifications You must be signed in to change notification settings
- Fork 7
Merged
JCL-349: Better concurrency support for OpenID session refresh#456
JCL-349: Better concurrency support for OpenID session refresh#456
Conversation
Copy link
Collaborator
At present, in a highly concurrent environment, when a token expires, many threads may try to simultaneously refresh the OpenID session credential. This change combines an executor with a synchronized method to ensure that no more than one thread tries to perform that refresh flow at a time
acoburn
requested a review
from a team
as a code owner
timea-solid approved these changes May 16, 2023
acoburn
merged commit
91e77cf
into
main
acoburn
deleted the
JCL-349-openid-concurrency
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment