rgommezz / react-native-offline

Handy toolbelt to deal nicely with offline/online connectivity in a React Native app. Smooth redux integration ✈️
MIT License
2.34k stars 271 forks source link

Many Retries #334

Closed ryskin closed 2 years ago

ryskin commented 3 years ago

As I understand react-native-offline try to complete action only one time and then go next to complete all queries, but I have a situation that if one fails then all next will fail too. Is there are any possibility to make many retries? If I'll create new offline action I suppose it will run as the last one, but the order is important. In my case, if you do not open the work session you can make action further. I worry because photos will be sent as a request and high risk of timeout.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.