dotnet / dotnet/aspnetcore

Distinct users on groups on send to many groups

Open
#14,782 2 comments 2 reactions 0 assignees View on GitHub
affected-very-few area-signalr enhancement severity-nice-to-have
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 6h
Merged PRs (30d)
290

Description

### Distinct users on groups on send to many groups

for some reason a user exist in 2 groups ( g1, g2 ).
when you try:
`Clients.Groups([ "g1", "g2" ]).SendAsync( ... )`

user will get the same message twice.

## The required solution
add option to let the developer to chose to distinct the users connection on groups or not.

#### related issue:
`https://github.com/aspnet/AspNetCore/issues/5966`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.