Current issue
SignalR provided a auth expiration feature in Close connection on auth expiration by BrennanConroy · Pull Request #32431, however, the option CloseOnAuthenticationExpiration is in HttpConnectionDispatcherOptions, this is one Option that Azure SignalR SDK is not able to fetch out value from.
A similar issue we encountered before is the TransportType option, since we are not able to fetch the TransportType value out from the option, we add a similar option in Service SDK
Proposed solution
It would be great if there is a way for the Azure SignalR SDK to read HttpConnectionDispatcherOptions, so that we don't need to create a similar option in the service SDK and users don't need to set a similar Option when using service SDK.