-
The way this project currently relies on Azure Functions and Azure SignalR Service makes it difficult to test locally. One fix for this is to make it so that someone can run a local version of the bac…
-
### Is your feature request related to a problem? Please describe.
It seems that currently is not possible to send to signalR clients directly a JSON string or even JSON byte encoded. That in some sy…
-
I have this Function that it's working and now I need to install `Microsoft.AspNetCore.SignalR.Client` as dependency. The problem is that after install and do all the settings, I'm not able to run the…
-
### Describe the bug
We're attempting to use Azure SignalR (with managed identities) with an Angular frontend and ASP.net Core backend.
For a particular method call I'll see the following error abou…
wbuck updated
2 months ago
-
Epic #5301
- [x] Remove unrelated tests
- [x] Remove remnants of classic ASP.NET protocol
- [ ] Resolve "TODO" comments
- [ ] Normalize log and exception messages (Capitalization and full stops…
-
This dependency is using a deprecated dependency `ms-signalr-client`, which is causing a warning message for anyone that uses the dependency:
![](https://i.imgur.com/020KNSC.png)
The problem can b…
sewil updated
4 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
In the Browser/TypeScript SignalR client, the Server-Sent Event (SSE) keep alive ping fails t…
-
### 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…
-
- [ ] ~~check why `build:electron` command automatically executes `build:shared-types` and not `buid:shared-components`~~
- [ ] ~~check whether dist of Client App works and the issue is pure related …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When using a functionApp to set up a SignalR connection with a frontend, we get a **SignalRCo…