AzureSignalR-samples
AzureSignalR-samples copied to clipboard
Code samples for Azure SignalR
Add strongly typed hub sample * NegotiationServer * Change another hub into strongly typed hub * MessagePublisher * Extract an interface `IMessagePublisher` from the `MessagePublisher`, and implement a `StronglyTypedMessagePublisher`. *...
I worked through the BidirectionChat sample and encountered a few errors and omissions, so I thought I'd list them for the next person: 1. The header `x-ms-signalr-user-id` is never sent...
Azure SignalR service + Azure function based hubs -------------------------------------------------------- I am just wondering if sending message to specific group within connected clients is working at all for anyone? Broadcast is...
Your script here creates an S1 Standard isntance `az signalr create --resource-group --name --sku Standard_S1` Why are you doing that? At the very least, put a disclaimer above it stating...
We have a couple .netcore applications connected to signalr services through aad auth. Last week the clients that connect to the negotiated endpoint get 401 errors. If I change the...
With Azure SignalR Service being the [recommended hosting model](https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/server?view=aspnetcore-5.0#azure-signalr-service) for Blazor Server apps, does it support everything a Blazor Server app supports, such as API endpoints?
Could anybody chime in and answer [this question](https://stackoverflow.com/questions/66791029/adding-removing-users-to-signalr-groups-in-net-5-0)?
A SignalR-based realtime online code editor for interview scenario.
Closed last PR as refactored and applied new design pattern in source code.
Rewrite ReliableChatRoom to support message storage, notification, pulling history messages, and rich message contents