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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...