Chat/Comments Component delays

Hi,

I have added the chat component to my app however when a user sends a message that message does not appear on the other users screen until they refresh.

I am also sending a notification when a chat is received, so the user gets the notification but cant see the chat until they refresh.

Also, if messages are sent before the app is refreshed then those messages just pop into the chain in order of when they were sent (which is correct) however many users will most likely miss these messages.

I have also tried enabling the extra mode to pull the data however that has not helped.

If anyone has any advice on how to resolve this issue I would truly appreciate it!

What type of backend are you using for the table that stores the messages? It sounds like it’s a Big Table that requires refreshing on users’ end to see new data. If that’s the case, that’s the correct behaviour.

1 Like

I am using Big Tables! Thanks so much for your help! I will change it over to normal tables now :sunglasses:

1 Like

There is a “Reload Query” action available that can be used to “force” a refresh of Big Tables data on an users device.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.