Liangying.Wei
Liangying.Wei
I don't think it relates to Azure SignalR, I would suggest you digging into where the OperationCanceledException throws. One possibility is `_userConnectionRespository` is disposed, triggering this exception.
Hi @CodeOutput , just realized that the objects might be disposed during the application shutdown. Which Azure SignalR SDK are you using? In the latest version, we hook into the...
Hi @Shazwazza , try changing your `toc.yml` to ```yml - name: Lucene.Net href: Lucene.Net/toc.yml - name: Lucene.Net.Queries href: Lucene.Net.Queries/toc.yml ``` this is the syntax to include another toc http://dotnet.github.io/docfx/tutorial/intro_toc.html#link-to-another-toc-file
Not supported for now. Currently breadcrumb is pure client js, and when the package page is loaded, the tocpage info is lost. This feature can be supported when breadcrumb is...
It is by design. Only stand alone *see also* creates See Also section.
Try enable [EnableDetailedErrors](https://learn.microsoft.com/aspnet/core/signalr/configuration?view=aspnetcore-8.0&tabs=dotnet#configure-server-options) in your app server so that your client side could see the detailed exception thrown for debugging purpose. In production, you could enable [app server side log](https://learn.microsoft.com/azure/azure-signalr/signalr-howto-troubleshoot-method#how-to-enable-server-side-log)...
No, batch editing overloads is not currently supported in `docfx`. You are right, overload uid `A*` is now used for cross reference only.
Adding @cqnguy23 to take a look.
> For this issue, I think we can add another field like `AuthenticationScope` in the `WebPubSubServiceClientOptions` to let users decide which scope they could use when creating client, similar to...