-
using signalr client in go application cannot respond to Caller.
```
type receiver struct {
signalr.Hub
}
func (c *receiver) Receive(msg string) {
fmt.Println(msg)
c.Clients().Caller().S…
-
Vulnerable Library - selenium-webdriver-4.0.0-alpha.1.tgz
Path to dependency file: /src/SignalR/clients/ts/webdriver-tap-runner/package.json
Path to vulnerable library: /src/SignalR/clients/ts/webd…
-
I noticed the SignalR client connection receive loop uses an unbounded receive buffer [here](https://github.com/dotnet/aspnetcore/blob/4c300ec6db7117a05b7c79cf6f617e9d498212b6/src/SignalR/clients/csha…
-
How awesome would it be if we could use YARP as a reverse proxy over WebSockets?
I have one public facing ASPNETCORE server. Then I have multiple small blazor-server applications running on multipl…
-
We don't differentiate between a null result and no result in the Java client today. Looking at the .NET client we have a `hasResult` parameter when constructing the CompletionMessage
https://github.…
-
I'm randomly seeing deadlocks in the database. Has anyone else seen this:
```
Services.SignalR.VideoHubService:0: "Error in SQL notification loop Microsoft.Data.SqlClient.SqlException (0x80131904)…
-
## Background and Motivation
This is about the JavaScript SignalR client ("dotnet/aspnetcore/src/SignalR/clients/ts/signalr").
The `HubConnection` class may throw errors (i.e. with the messa…
qnku updated
6 months ago
-
### Is your feature request related to a problem? Please describe.
I have a use case when server initiates a workflow with the client. Conventional SignalR call gives ability to pick specific client …
-
## Summary
While consuming a SignalR Hub, we have no way of handling "unknown" invocations using the current API.
The idea of the proposal is to allow for a "fallback" handler to either handle…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Client ping timeout check is disabled when I debug my hub server
### Expected Behavior
I sh…