-
Notifications
You must be signed in to change notification settings - Fork 183
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
Chat Rooms #21
Comments
Hi! At this moment it is not possible, you would need something like groups, which are not implemented right now. Thanks! |
Thanks @radu-matei I will try to work on it... ;) |
Let's keep this open and discuss what you would like to implement here :) |
Do you have something specific in mind to start with? |
Hi @radu-matei, not in this moment... We are migrating our App to ASP.NET Core, and in this moment we are researching about all our requirements... ;) |
Ok, then what would you need specifically from the library? |
One functionality in particular we need is ability to filter the message based on parameter to different clients. For ex:
Is this possible ? Thx Regards |
I created a pull request that should allow for filtering connections based on anything. Find it here: It also allows for adding properties and speeds up sending messages. |
Hello! I will try to implement chat rooms, any ideas about how should it be?? I thought of a concurrent dictionary. The dictionary would have the ID of the chat room as the key and a list of connection IDs. |
Hi, Should we instantiate one SocketManager per room, so each room has its own _sockets Dictionary? |
Hi @dotrung! answering you questions |
Hi @miker1423
|
Hi, one question... Can I manage a Chat Room with this library? Is possible? Thanks!
The text was updated successfully, but these errors were encountered: