AzureSignalR-samples
AzureSignalR-samples copied to clipboard
Code samples for Azure SignalR
For both ASP.NET and ASP.NET Core SignalR, when connecting to an Azure SignalR service. If by any reason, the user loses connection to internet, and then sends a message while...
Browser was not getting changes promptly. It was getting changes one event late. e.g. if user clicks send button, then it would get pending message from other users and it...
Hello, I'm trying to use the AzureSignalR Service in azure, with my own negociation endpoint, I'm using the sample that can be found here : [](https://github.com/aspnet/AzureSignalR-samples/tree/main/samples/Management/NegotiationServer) I have a client...
It was required that I update my ChatRoom.razor code on line 120 to wrap within an InvokeAsync() call. `InvokeAsync(() => StateHasChanged());` I am unsure if that is due to my...
We have a .NET 6 project using Azure.SignalR (v. 1.25.2) and an Angular 16 FE. We created two hubs (x and y). We are sending images through SignalR, and it...
Hi there,  This is the folder structure of my azure signalR web application built locally in VScode. I want to access the T12.URDF and box.js files in my index.html....