Send message to a group of users in SignalR Service in Azure Functions
Group operations were introduced in the latest release.
Now you can:
- Send a message to a group using
GroupName
inSignalRMessage
- Add/remove user in a group using
IAsyncCollector<SignalRGroupAction>
output