-
### GitHub Issues
maxTries variable in abp.signalr-client.js is not defined. Also maxTries should be initialized with "abp.signalr.maxTries" for users to provide a custom reconnect time.
![image…
-
### Description
Hi, I'm thinking it might be good to mention an alternate way of adding a client-side library via the file system. This can be helpful for users who may want to use npm instead of un…
-
### 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…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Aspire does not have an Azure Signa…
-
In repository correct callback index is used when removing handler:
https://github.com/SignalR/SignalR/blob/336c877743924c990aeefc75930d63e609e624ac/src/Microsoft.AspNet.SignalR.JS/jquery.signalR.hub…
-
### Feature Description
Apparently there is no support for SignalR
What I find is for WebSocket: https://stackoverflow.com/questions/72997533/k6-trigger-asp-net-core-server-function
Although the web…
-
For example, how to do pub/sub from a Blazor Server apps.
Be able to host a new hub on the server and simulate loopback connections between the hubs or provide some other mechanism to subscribe to Si…
-
### Clear and concise description of the problem
For a long time I can’t find what and how to describe the API for signalR.
I think it would be great to add signalR support to typespec
[SignalR d…
-
#### Problem
The `WorkflowInstanceHub` currently accepts anonymous requests, which poses a security risk by allowing unrestricted access to SignalR endpoints. To improve security, we need to enforce …
-
- [ ] ~~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 …