letronje
letronje

Reputation: 9148

Twilio chat synchronization on re-connection

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

Answers (1)

Zohaib Ejaz
Zohaib Ejaz

Reputation: 397

I contacted twilio and here is what they replied: enter image description here

Upvotes: 1

Related Questions