Liangying.Wei
Liangying.Wei
Could you share with me a minimum reproable project, for example, where do you consume cookies, where HttpContextAccessor.HttpContext is called? When using Azure SignalR, Azure SignalR SDK reads UserPrincipal data...
Hi @njannink, I met the same issue when commenting out AddAzureSignalR part. So I believe this is a general issue when integrating SignalR into the OIDC auth workflow with Blazor...
Is it to change the SignalR connection logic to only connect when authorized better? Hi @davidfowl do we have any best practice guidance on such scenario for SignalR working with...
> What is the recommended way to connect to authenticated (Azure) SignalR when using Blazor Server? Not sure if I understand the question correctly. When Add(Azure)SignalR is put below Auth...
How about creating a free tier SignalR service for your local runs?
Connections were not cleaned up when disposing server connections. So it is possible that the HubDispatcher is running when the server connection is disposed. Maybe v1.26 further exposed the issue.
It's interesting that v1.26 introduce in the error, the error should be always there. Hi @DevVanilli , is it possible for you to share with me a mini-project that could...
I am not sure if I like this approach. How about having WriteAsync return the successful write count? @vwxyzh any thoughts?
If the issue persists without Azure, it is probably an issue related to how you use SignalR, could you share some reproable mini-project?
> Hello, I can send you more detailed information from the code but not sure if I'd be able to create a sample project for you. What part of the...