-
I'm not sure if this is a bug. When using SignalR to push messages to the client, I encountered the following problems:
1. The ConnectionId obtained by the SignalR server is inconsistent with the act…
-
### Description
Distributed tracing was added for SignalR Core in client and server:
* https://github.com/dotnet/aspnetcore/pull/55439
* https://github.com/dotnet/aspnetcore/pull/57049
* https://git…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
With basic authentication selected.
When clicking on the gear icon in the top-right of the w…
-
**Describe the new feature you would like to see**
When a message is sent from the server using signalR, the message should be logged.
**Describe the solution you'd like**
See: https://learn.micr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Hello ABP.IO team, ok i installed Volo.Abp.AspNetCore.SignalR, but when i write this commend abp i…
-
Hi Ocelot Team,
Please give advice for my current issue when using Load Balance configuration on Ocelot Gateway. My websocket implementation is for Microsof SignalR on my web client
\## Expected…
-
### Describe the bug
I notice when running the application it uses my custom culture for half a second, then updates and goes back to the default CultureInfo properties for whatever culture i'm using…
-
### Describe the bug
I have a Blazor Server app that uses Windows Authentication. It requires SignalR hub connection to update partial UI when a user click a button. I have followed [Use ASP.NET Core…
-
### Component
OpenTelemetry.Instrumentation.AspNetCore
### Is your feature request related to a problem?
In .NET 9, SignalR has added telemetry support which uses the name `"Microsoft.AspNetCore.Si…
-
With Blazor Server and `MapBlazorHub` we used to support configuring various SignalR options (`HttpConnectionDispatcherOptions`) that it looks like we no longer expose anywhere when using interactive …