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

OKTA-431176 Run SessionClient requests in serial. #277

Merged
merged 2 commits into from
Sep 24, 2021

Conversation

JayNewstrom
Copy link
Contributor

Description:

Canceling requests is causing exceptions, rather than cancel the previous request, let's run them in serial, before we can rearchitect to run them in parallel.

This is a working solution, with minimal changes to avoid unexpected breakage. Another approach would have been to rewrite RequestDispatcher, but I decided against it until a rearchitecture.

Testing details:

  • Verified basic functionality of change
  • Added tests

Other considerations:

  • Has security implications
  • Has UX changes
RESOLVES:

OKTA-431176

Primary Reviewer(s):

Additional Reviewers:
Security Reviewer(s) (@ okta/rex-team if necessary):
UX Reviewer(s) (if necessary):

@JayNewstrom JayNewstrom merged commit cbc4d55 into master Sep 24, 2021
@JayNewstrom JayNewstrom deleted the jn-OKTA-431176-serial branch September 24, 2021 17:23
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

Successfully merging this pull request may close these issues.

2 participants