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
- My deployment status is active and it sh...
{ "motto": "Build like a team of hundreds_", "learn": "https://appwrite.io/docs", "connect": "https://appwrite.io/discord", "getInspired": "https://builtwith.ap...
- Payload Does Not Include Attributes Link...
Hello, I'm using Appwrite's real-time subscriptions to listen for updates in the matches collection. However, when a match document is updated, the payload doe...
- How to whitelist specific emails for reg...
using appwrite `1.6.0`, want to configure `_APP_CONSOLE_WHITELIST_EMAILS`. Do i add a comma separated list values? dont want to disable `_APP_CONSOLE_WHITELIST_...