billmalarky / react-native-queue

A React Native Job Queue
MIT License
795 stars 159 forks source link

Does not works when app is minimised or closed. #43

Open khanakia opened 5 years ago

khanakia commented 5 years ago

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.

mjm918 commented 5 years ago

+1

Vinoth00795 commented 5 years ago

+1

famousfilm commented 5 years ago

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.