I use a hub for receiving messages from the server at specific moments. When I close my tab or leave the website, the OnDisconnected method is NEVER called in the Hub. The DisposeAsync method in the blazor component is also never called. I also tried to reduce keepalives/timeouts etc. but it does never trigger.
Is it an actual known issue? Am I doing something wrong?