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
- Accessing Database via Console
Hi everyone, I am running a self-hosted Appwrite v1.9.0 instance. When I click on one particular database in the Console, a loading indicator appears at the top...
- Apple OAuth2 settings auto-disable every...
Hello, I'm on Appwrite 1.8.1 at the moment. I'm using on prod Apple Oauth and it keeps disabling itself every night. I don't know where to look for the solutio...
- Sites settings shows ALL build runtimes
When looking at the build runtimes of site to update from node22 to node24, i saw that unlike the Functions the Sites shows ALL build runtimes, even non-install...