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

Background queue not running on 30 second timer as intended. #115

Closed
levibostian opened this issue Jan 14, 2022 · 0 comments · Fixed by #114
Closed

Background queue not running on 30 second timer as intended. #115

levibostian opened this issue Jan 14, 2022 · 0 comments · Fixed by #114
Assignees
Labels
bug Something isn't working

Comments

@levibostian
Copy link
Contributor

SDK version: 1.0.0-alpha.26

Expected behavior

  1. If the background queue intends to start a timer, the queue starts the timer.
  2. When the background queue timer is finished, the background queue runs.

Actual behavior

  1. The background queue timer gets scheduled once. But after it gets scheduled once, it will not schedule again until the app is terminated for a fresh start.
  2. The background queue timer says it's scheduled for 30 seconds but 30 seconds later it does not run.
@levibostian levibostian added the bug Something isn't working label Jan 14, 2022
@levibostian levibostian self-assigned this Jan 14, 2022
@levibostian levibostian linked a pull request Jan 14, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant