Hello! Is there any function to disable auto-resend in SendbirdSDK v3?
We also find that there’s different behavior in Simulator and physical device.
In Simulator:
- Send message in offline mode
- Reopen the channel, it’s marked as failed messages (from getFailedMessages)
- Turn on the internet
- Failed messages are sent automatically, but not removed from getFailedMessages() causing duplicate message (1 fail, 1 success)
In physical device:
- Send message in offline mode
- Reopen the channel, it’s marked as pending message (from getPendingMessages)
- Turn on the internet
- Pending messages are sent automatically, and it doesn’t have any failed message (no duplicate message)
Sendbird version: 3.1.25
Thank you in advance!