I just wanted to know how is realtime subscription supposed to be used. If I have to watch 3 different collections A B and C. Should I request a realtime subscription passing an array with all 3 collections or can I request each collection as and when its required.
I have noticed that when I request realtime subscription for the 2nd collection the earlier subscription stops receiving realtime messages.
Is that expected behavior ?
There's a bug in the flutter sdk where subscribing multiple times breaks the connection. You'll have to use separate realtime instances at the moment
Thanks for clarifying Steven, any github issue I can upvote ? Is this an issue being worked on ?
Thanks, left a comment
Recommended threads
- Websocket error Realtime
Hi peeps, I am trying to create realtime updates and I am having websocket error Code is below this msg
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- Sub-minute server-side execution for rea...
Hey — I'm building a real-time auction app on Appwrite Cloud and running into a timing limitation I'd please love some clarity on. My use case: when a bidding ...