issues
search
optimizely
/
swift-sdk
Swift SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://www.optimizely.com/products/full-stack/
Apache License 2.0
21
stars
30
forks
source link
[FSSDK-9061] fix retries on odp event failures
#487
Closed
jaeopt
closed
1 year ago
jaeopt
commented
1 year ago
Summary
Add support for retries (up to 3 times) when ODP event dispatch fails on connection or server errors. ODP events are discarded after max retries.
Check reachability before dispatching to avoid discarding all events in the queue when network is down.
Test plan
Add unit tests with event errors and reachability scenarios
Issues
FSSDK-9061
Summary
Test plan
Issues