-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When an event cannot be send due to an network/server or whatever reason, the sdk will retry sending the event every second and never seems to stop.
analytics-react-nativeversion: v2.1.3-beta- React Native version: 0.67.2
- iOS or Android or both? both
Steps to reproduce
- Use a default project template
- Add segment
- Have the network call fail due to missing vpn connection or similar which creates a
TypeError: Network request failederror.
Expected behavior
- Failed events should respect the retry interval
Actual behavior
- Failed events retry is after 1 second instead of using the 60 second default interval.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working