Reputation: 969
I have a Winforms client that connects to an ASP.NET Core 7 SignalR hub. I am getting the following exception frequently:
Connection '...' does not exist. System.IO.IOException: Connection '...' does not exist.
at Microsoft.AspNetCore.SignalR.DefaultHubLifetimeManager`1.InvokeConnectionAsync[T](String connectionId, String methodName, Object[] args, CancellationToken cancellationToken)
I have increased the logging level as high as possible and nothing of interest is being logged.
Why does the problem occur if the client just connected?
Upvotes: 1
Views: 73