Failed to invoke hub method '"ConnectCircuit"'.
See original GitHub issueMessage
Failed to invoke hub method ‘“ConnectCircuit”’.
Exception
System.ObjectDisposedException: Cannot access a disposed object. at Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost.SetCircuitUser(ClaimsPrincipal user) at Microsoft.AspNetCore.Components.Server.ComponentHub.ConnectCircuit(String circuitIdSecret) at lambda_method39(Closure, Object) at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher1.ExecuteMethod(ObjectMethodExecutor methodExecutor, Hub hub, Object[] arguments) at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher
1.<Invoke>g__ExecuteInvocation|18_0(DefaultHubDispatcher1 dispatcher, ObjectMethodExecutor methodExecutor, THub hub, Object[] arguments, AsyncServiceScope scope, IHubActivator
1 hubActivator, HubConnectionContext connection, HubMethodInvocationMessage hubMethodInvocationMessage, Boolean isStreamCall)
Issue Analytics
- State:
- Created 4 months ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
I mean, normally it’s fine, because if I would have a panel, I would love to be able to log IP addresses, but for the purpose of the demo website it’s far from ideal. I think we should just update that demo website to the latest version anyway, and while doing so, we just slightly modify the demo version, and remove the following two lines:
As long as the demo version doesn’t include those two lines, we are good to go, but you have to manually wipe the database of the demo website since the current version doesn’t include a clear logs feature, or if you already updated the website. The newer version does have a clear log feature, so we can use that.
@neozhu, what do you mean by “I have published the demo website”? It does seem to be running on the same version as a few hours ago.
When you do update it make sure to disable the two new settings I added earlier today!
In response to your findings about the error, I think you could be absolutely right. It’s rather hard to pinpoint the precise issue here.