
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
- Received duplicate events
I used the React Native SDK to subscribe to `buckets.<ID>.files` on the client side. When the backend creates a file, two events are logged in my client's conso...
- Realtime unexpected behavior.
It was working but suddenly it gives me this error in log and after that no any further update for document changes.
- Appwrite Sites and localStorage Problem ...
I'm currently struggling with the localStorage Problem and Custom Sites. My goal is to move our Flutter Web App to Appwrite Sites. When just deploying it I'm ...
