I am currently struggling to get Appwrite Realtime to work reliably on a flutter web project. I am experience 3 main issues
- App launches and realtime is non responsive to begin with. I need to refresh the browser a couple of time for it to come alive.
- At would disconnect without any hints that its happened and app just just stop receiving updates.
- When realtime works, a single trigger shoots the same update like 5 - 6 times.
Not practicle for me to post code here since its a relatively large project however does anyone have a good tutorial or a guiding project where realtimes been implemented well including things like detecting disconnects and handling them.
I really wish Damodar would make a tutorial for realtime in flutter ..
Any guidance will help. Thanks
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...