-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Extends the max clients on a group chat #545
Comments
👋 Hey @Doublemme thanks for reaching out. Would love to know more about what you're building. With a subscription channel would it be only a few people that can write and most all the other members are read only? The MLS limit of members in a group is currently 20,000. We hope to increase our number from 400 to something closer to 20,000 in the future but need to make sure performance is not impacted. We ran into performance issues around 400 so decided to cap it at that for now until we can make sure groups continue to function as intended above 400. Since every member in a group can read and write the complexity of the node tree grows as members are added or removed. If your intention is to have a broadcast channel where only a few members write and everyone else reads only that's an interesting MLS issue we have roadmapped to look into. |
Hey @nplasterer 👋🏻 , thanks for your quick reply! Thanks for the technical explanation you provided me about the performance issues and for sure I'll keep an eye on the broadcast channel you have roadmapped |
Hey @nplasterer
If there are specific issues related to the previous questions and you can provide me these link so I can follow the development of these feature I would appreciate it. Thanks in advance |
Hey! Yes going to tag in our @saulmc who drives a lot of our product decisions for timing and deadlines. We plan to have a solution for subscribe and broadcast atleast for dms by the end of the year or early next year to support subscribe & broadcasters who were on the V2 network migrating to V3. As for broadcast channels in groups it's something @mchenani will likely work on in Q2 next year so a little further out. Increasing the ability to grow group size limit could be a nice side effect of other performance improvements we're doing through the end of the year but is not a priority as most groups that are not broadcast groups likely will be fine staying under 400. If we were to try and increase this limit again it would likely be incremental and small. Nothing close to 20k. |
Thanks for the roadmap explanation |
Is your feature request related to a problem?
Actually as far as I know there is a limit to 400 clients in a group chat
Describe the solution to the problem
If possibile, remove the limitation on the group chat
Describe the uses cases for the feature
I need to create groups that does not have any limitations on the numbers of clients that can join them because it works like subscriptions channel to send news to people that subscribes them
The text was updated successfully, but these errors were encountered: