Open lkurth opened 2 years ago
Thanks for the feedback.
A quick answer to the questions: I think the "group session" term exactly describes what the group is. The "group session" starts when some connection joins it, and the "group session" ends when no connection is in it.
Thanks! You answered my questions about groups. The way it works is the best for what I am doing.
Is your feature request related to a problem? Please describe.
I have questions about how to use groups. I have taken the C# chat app sample and added some group features to it. It seems to be working. But I don't have static groups. I need to create groups dynamically when they are required.
For my application, it would be simplest if I could just create a group with a random name when one is needed. Then add additional users to it. When that "group session" is complete, I could simply remove the users from the group and that would be the end-of-life for the group. However, it groups remain forever, then I would be building an ever-growing set of groups. My design would probably need to change.
Describe the solution you'd like
I'd like to see more documentation for groups. Everything about how they are created, how to manage users in a group, what happens to a group when the last user is removed, etc. I've searched the internet a lot looking for more info on groups and I've come up empty. What I've learned has been from experimentation. It would be nice to have at least an overview of groups.
I really like the Web PubSub feature. I've been looking at ways to build person-to-person and group chat into an app for a couple of years. I previously looked at the Azure SignalR service, which would certainly work. But PubSub seems to simplify things a lot. I would have used SignalR but the priority for a chat feature has risen lately. When I went looking for a way to do it, I found PubSub.
Additional context
None that would be helpful.