-
I'm not sure about the effort involved, but it would be great to integrate with Event Grid too like Event Hubs. A simple use case is to integrate with Azure SignalR, like here: https://devblogs.micros…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is a: (mark with an x)
- [x] bug report -> please search issue…
-
Hi,
how can be get he list of connected users on Azure SignalR serverless mode :
currently we handle a list in a DB based on OnConnect/OnDisconnect events, but is it enought ?
Could we directly c…
-
- [ ] - Redis aspire component with SignalR
- [ ] - Azure blob aspire component with data protection
- [ ] - Azure table aspire component with orleans
-
Hi,
When using Blazor Server Side and configuring the Azure SignalR Service looks like services.AddMultiTenant conflicts with it.
To enable Azure SignalR is simple:
install the nuget package.…
-
Found following error in log.
```
[Error]Error when dispatching '"OnDisconnectedAsync"' on hub. { EventId: { Id: 1, Name: "ErrorDispatchingHubEvent" }, SourceContext: "Microsoft.AspNetCore.SignalR.…
-
### Is your feature request related to a problem? Please describe.
I am trying to understand how azure signalr service works (default mode ) when having multiple hub servers.
Is it using a backplan…
-
https://github.com/Azure/azure-webpubsub/issues/26
- [x] No live trace Client connection failed with bad request
Try connect client with an invalid hub name, client connect failed with 400 but live…
-
### Is your feature request related to a problem? Please describe.
We are migrating from a ASP NET Signalr with Redis backplane service, to a dedicated ASP NET Core Signalr + Azure Signalr backend se…
-
The following upstream signalR trigger function has been working well until we upgraded the NuGet packages to the latest versions.
```cs
[Function("OnConnected")]
[SignalROutput(HubName = "myhub…