Rapsssito / react-native-background-actions

React Native background service library for running background tasks forever in Android & iOS.
MIT License
818 stars 117 forks source link

fix: Fix creation of multiple tasks #124

Closed fabiros closed 2 years ago

fabiros commented 2 years ago

Fixes issue #121

When Task is running and the app is killed multiple times the task shouldn't always be created new but instead restart like desired

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.6.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

minhvu7896 commented 1 year ago

I use version 2.6.7 but it still create multiple task :( (Android)