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

Don't schedule token refresh checks in FastBoot #1919

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Don't schedule token refresh checks in FastBoot #1919

merged 1 commit into from
Aug 5, 2019

Conversation

trek
Copy link
Contributor

@trek trek commented Aug 2, 2019

In FastBoot mode timers were being scheduled for refreshing an access token. This doesn't make a ton of sense in FastBoot since there's no long-live session.

I couldn't find an example of a FastBoot specific test (I imagine because Pretender doesn't run on the server ... yet!). If someone can point me to one to copy, I can update this PR.

I did verify that this resoles the issues we encountered in #1912.

Closes #1912

Copy link
Member

@marcoow marcoow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks!

@marcoow marcoow merged commit 0b23f5a into mainmatter:master Aug 5, 2019
@trek trek deleted the dont-schedule-refresh-checks-in-fastboot branch August 14, 2019 21:17
@marcoow marcoow added the bug label Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runloop timers in FastBoot
2 participants