Liangying.Wei
Liangying.Wei
# PR Checklist Check these items before submitting a PR... [Contribution Guide](https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/README.md) [Best Practice Guide](https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/best-practices.md) - [x] - Please check this box once you've submitted the PR if you've read...
Address https://github.com/Azure/azure-signalr/issues/1652 and also adding other configurable options.
### Describe the bug For netcore31, instead of manually call `AddAzureSignalR`, you can enable or disable Azure SignalR through config: ``` { "Azure": { "SignalR": { "Enabled": false } }...
ASP.NET SignalR by default supports performance counter, e.g. doc https://docs.microsoft.com/en-us/aspnet/signalr/overview/performance/using-signalr-performance-counters-in-an-azure-web-role explains how to. To create the performance counters use the utility application provided in the [Microsoft ASP.NET SignalR Utilities NuGet...
Latest service provides several more functionalities, with the swagger updated: [v1](https://github.com/Azure/azure-signalr/blob/dev/docs/swagger/v1.json). Management API can be updated accordingly to support these features.
As similar to what RedisClient does in its client https://github.com/StackExchange/StackExchange.Redis/blob/f52cba7bbe4f22a47a9a7d9c84c9f2824465cae7/src/StackExchange.Redis/ExceptionFactory.cs#L150
Currently datetime and some useful info such as Hub name is not included in the trace message. Need improvement.
Current issues ----------------------- 1. Messages sending from server to service are pinned to fixed connections 1. Messages sending from server to service does not support partial send 1. Messages sending...
> Currently we have something like: > > public async Task MyRestCallHandler{ > var result = await CalcResult(); > await hub.Clients.SendAsync(...); > return result; > } > > And if...
[Gain 42 upvotes from feathub feature request dashboard.] Monitor web page request, build the page with its dependencies. --- - [ ] Local static file server - [ ] In...