Skip to content
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

Expose more groups features in signalR #55165

Open
1 task done
NaNgets opened this issue Apr 16, 2024 · 1 comment
Open
1 task done

Expose more groups features in signalR #55165

NaNgets opened this issue Apr 16, 2024 · 1 comment
Labels
area-signalr Includes: SignalR clients and servers

Comments

@NaNgets
Copy link

NaNgets commented Apr 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

No response

Describe the solution you'd like

The IGroupManager should expose more methods for better utilizing the groups and connections. Subsequently, the HubLifetimeManager.

  1. It should allow to get the groups by a connection (something like GetGroupsByConnection).
  2. It should allow to get the connections by a group (something like GetConnectionsByGroup).

These will allow better control over the connection and its groups, for instance if we have added a connection to a group and later we want to clear all the groups - this will allow us to get the list of the groups and remove the connection from them.

Additional context

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-signalr Includes: SignalR clients and servers label Apr 16, 2024
@NaNgets
Copy link
Author

NaNgets commented May 1, 2024

If I will make a pull request for it, will it be considered?

There are no responses so I don't want to work and be overlooked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

No branches or pull requests

1 participant