rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.91k stars 863 forks source link

If throttle is 0, do not use interval. #1324

Open cristianoccazinsp opened 3 years ago

cristianoccazinsp commented 3 years ago

Fixes persistence in background.

This allows for persistence to fire in RN while in background if throttle is not 0, by removing intervals.

tuandinh0801 commented 2 years ago

Please merge this

Prosquid1 commented 2 years ago

This fixes the issue where AsyncStorage does not set data on Android (onPause/onStop/onDestroy) but saves data on iOS.