- 
                Notifications
    You must be signed in to change notification settings 
- Fork 108
Open
Description
I’m having an issue when trying to broadcast messages to a specific group using Azure SignalR Service with Azure Functions.
The message is sent to all users connected to the Hub, even though I’ve already specified the group name in the broadcast.
Actual Scenario
- Room 1: User A and User B
- Room 2: User C and User D
When User A sends a message, User B, C, and D all receive it.
Expected Behavior
When User A sends a message, only users in Room 1 (in this case, User B) should receive it.
Steps to Reproduce
- Create a SignalR hub and configure group join.
- Broadcast a message using the SignalR output binding with a group name.
- Observe that all connected users receive the message instead of just those in the target group.
References
The implementation follows examples from the official Microsoft documentation:
Azure Functions SignalR Service Overview
SignalR Service Trigger Binding
SignalR Service Output Binding
Additional Info
Here is a simplified example of the application I built that reproduces the issue:
Metadata
Metadata
Assignees
Labels
No labels