Open khanakia opened 5 years ago
+1
+1
I think this is how it is supposed to work if you don't use something like React Native Background Task. I'd recommend following @billmalarky 's example in the readme - https://github.com/billmalarky/react-native-queue/#os-background-task-full-example - if you want to process when the app is in the background.
I am using recursion example. So when the app is minimized or closed the recursion stops. But when i open again it resumes recursion from the last queue where it stopped.