
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
- Automatically Assigning the user and tea...
Hey AppWriters! Day 2 for me 😅 I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then ...
- Realtime Memory Usage
Appwrite-Realtime container has been acting strangely lately. None of my functions use this feature, but it has been consuming a large chunk of memory. When I s...
- How to detect user disconnection?
I'm creating a 1v1 challenge using realtime and i want to trigger a function when the user disconnect... how to make this using Appwrite Realtime? i searched i...
