Implement multiple group chats flow #725
IgorKhomenko
started this conversation in
General
Replies: 1 comment 3 replies
-
Seems fine, not sure what you think is wrong? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I have a use case with a standard chat app:
From what I got, we can use pub/sub for the group chats implementation.
The question is the following:
Each user should be able to receive messages from any group (where a user is a member) in a real time. When a user connects to server, should we loop against all groups where a user is member and subscribe to each?
E.g.
Is there any better way implement it?
Beta Was this translation helpful? Give feedback.
All reactions