-
Hi Everyone!
Do you guys have the Hub Server code? It would be useful to understand how to get the SignalR adapter running!
-
## Failing Test(s)
- Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser(transportType: WebSockets, pro…
-
Hi, from what I can see Saunter doesn't support generating AsyncAPI spec from SignalR hubs out of the box. Do you have any plans to add that? I am willing to give it a try if it's something that you w…
-
Right now, it's only possible to use TestServer with the non-WebSockets transports because we only provide a way to replace the `HttpMessageHandler`. We should consider providing a way to provide a `W…
-
@BrennanConroy mentioned:
> SignalR mangles properties with the _ prefix so the compiler can reduce property names to single or double characters in the output, but it looks like blazor consumes Si…
-
[Stateful reconnect](https://learn.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-8.0&tabs=dotnet#configure-stateful-reconnect) was added to SignalR in .NET 8.
[Feedback](htt…
-
After release of [Stock Indicators v3](https://github.com/DaveSkender/Stock.Indicators/pull/1014), upgrade demo chart to streaming application using SignalR.
Key aspects:
- [ ] core WebSocket implem…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When calling `hubConnection.start()`, sometimes the client freezes at `Connecting` state, and…
-
( See Brennan's comment in discussion below for the suggestion related to docs. )
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
So…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I try to deploy aspire dashboard to container apps, but blazor fails to establis a connection…