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
I'm writing you to ask you an information about the workmanager library. So far I'm using the library to execute a task but I'm planning to add another task. Yesterday I tried to add a new task in my Flutter app on Android but as soon as I add a new task, the current task that it was working beforeadding the new one stopped working and the new task is not started at all.
The task that was running before adding the new task was a registerPeriodicTask and the last one is a registerOneOffTask. Both task have a different name and tag.
Does workmanager support only one task at time?
Thank you in advance for the support
The text was updated successfully, but these errors were encountered:
Hi,
I'm writing you to ask you an information about the workmanager library. So far I'm using the library to execute a task but I'm planning to add another task. Yesterday I tried to add a new task in my Flutter app on Android but as soon as I add a new task, the current task that it was working beforeadding the new one stopped working and the new task is not started at all.
The task that was running before adding the new task was a registerPeriodicTask and the last one is a registerOneOffTask. Both task have a different name and tag.
Does workmanager support only one task at time?
Thank you in advance for the support
The text was updated successfully, but these errors were encountered: