AzureSignalR-samples
AzureSignalR-samples copied to clipboard
Code samples for Azure SignalR
Adding an experimental feature to reload client when runtime instance graceful shutdown.(Serverless mode client sample)
On Wednesday, 25 March 2021 we have renamed to default branch in this repository to `main`. For more details, see [our earlier announcement](https://github.com/dotnet/announcements/issues/172). All links to the original `master` branch...
I switched from SignalR (AspNetCore RC1) to AzureSignalR I use authenticated hubs (using JWT Bearer tokens in header) When a client connects, I add the connection to a group for...
Good morning, I am trying to create a desktop application form (Server-Client) with the azure signalR service. The Client Server application without using azure works, if I try to use...
unable to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc and access from client side
When i tried to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc project , it throws an error as attached in the screenshot and also could you suggest how to access...
Can you add some samples for WPF client using AspNet.SignalR, as there are very less documentation around it.
How about a Xamarin Forms sample, that covers following things Creating Channel Adding User Removing User Listing users Sending message / object Receiving message / object Broadcast etc
Hey Guys, I have a smal problem after publishing my web app on azure and consuming AzureSignalR. After starting app, connection is working well and I can join groups. But...
now i have a problem, we have an asp.net web application`s Azure Api application, start class is Global.asax.cs . i fllow [https://github.com/aspnet/AzureSignalR-samples/tree/master/aspnet-samples/ChatRoom](https://github.com/aspnet/AzureSignalR-samples/tree/master/aspnet-samples/ChatRoom) my question is 1、Azure SignalR Service must in...
I tried multiple different thing in order to be able to run the ASP.NET-Samples in tandem with the .NET Core samples but for some reason they both acted as they're...