You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- Turn off internet on android device.
2- Send some messages from iOS to android device.
3- Message status will be sent.
4- Now switch off internet on iOS device.
5- Switch on internet on android device.
6- messages will be received via sync. Don't see them.
7- turn on internet on iOS device.
8- Status will always remain sent and never change to delivered.
The text was updated successfully, but these errors were encountered:
Worked to Debug this and it found that the status list was big so the push size exceeded limit. It missed the response push for status update "delivered"
I have opened server side issue for solving payload size limit issue.
It runs fine in normal case when status list is small.
We will test it again after payload size issue is resolved Cloudkibo/CloudKibo#506
Sir, when we successfully send message, we update status to "sent". But when receiver fetches it successfuly, it sends push of "delivered" to other side. This has been fixed now
Steps:
1- Turn off internet on android device.
2- Send some messages from iOS to android device.
3- Message status will be sent.
4- Now switch off internet on iOS device.
5- Switch on internet on android device.
6- messages will be received via sync. Don't see them.
7- turn on internet on iOS device.
8- Status will always remain sent and never change to delivered.
The text was updated successfully, but these errors were encountered: