ZionniteOriginal post
Rank 4: Virtual Machine
In my project, i make use of realtime,
there are case where user internet connection is not stable and this time cant get any update from Appwrite, but once the user Internet network is stable, the realtime update does not takes effect, and i don't know how to refresh this page so the new update data should be shown to user
i'm using Flutter & Appwrite Cloud, please what can i do to ensure that once the user internet its stable, the new data is shown to user?
Summary
Realtime updates not persisting in Flutter & Appwrite Cloud app even after connection stabilizes. Developer seeking help on ensuring new data is shown to users once internet is stable. Solution: Consider implementing a manual refresh function in the app to retrieve and display any missed updates when the connection is regained.