billmalarky / react-native-queue

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

FIX: Remove on active job to true in getConcurrentJobs #50

Open kleber099 opened 5 years ago

kleber099 commented 5 years ago

When I used the package and I ask to run all my jobs that are within the queue. And I close my application before the first job is finished, this job is never finished when I start my application again. With this modification this problem has been fixed.