Reputation: 9148
Lets say that a twilio chat client(TC1) on an Android/iOS device has already received M messages from another chat client(TC2).
Due to network issues, TC1 stays disconnected for D mins, during which TC2 sends 3 messages.
When TC1 comes back online, will it receive these 3 messages automatically in quick succession ?
If yes, what if D is in hours or days ?
In which cases can the app rely on the twilio sdk to auto synchronize on disconnections and which are the cases when the app needs to explicitly synchronize the channel or fetch latest messages manually and merge it with what it has so far ?
Upvotes: 0
Views: 597