I have a use case where I need to disconnect SignalR clients from the server after a certain duration (currently when the JWT used in authentication reaches expiry). My current implementation (Not ...