You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the background queue intends to start a timer, the queue starts the timer.
When the background queue timer is finished, the background queue runs.
Actual behavior
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.
The background queue timer says it's scheduled for 30 seconds but 30 seconds later it does not run.
The text was updated successfully, but these errors were encountered:
SDK version: 1.0.0-alpha.26
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: