launchdarkly / ios-client-sdk

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
https://docs.launchdarkly.com/sdk/client-side/ios
Other
68 stars 82 forks source link

feat: Honor polling interval between restarts #355

Closed keelerm84 closed 3 months ago

keelerm84 commented 3 months ago

If an application receives a flag update and then is closed, only to be opened back up, we shouldn't need to make another polling request immediately as the data is within the acceptable freshness threshold.

The same is true when the app is put in the background and brought forward again.

shortcut-integration[bot] commented 3 months ago

This pull request has been linked to Shortcut Story #235800: Honor polling interval between sync. restarts.