Using the SignalR 2.4.0 Nuget package along with Microsoft.Azure.SignalR.AspNet 1.0.0-preview1-10259, the keep alive message time does not change when set on GlobalHost.Configuration.KeepAlive. It appears to be fixed at roughly 15 seconds when connected with websockets. Is this intentional or is there another way to set the KeepAlive message time?
Here is the applicable C# code in Startup.cs with KeepAlive set before calling MapAzureSignalR:
Using the SignalR 2.4.0 Nuget package along with Microsoft.Azure.SignalR.AspNet 1.0.0-preview1-10259, the keep alive message time does not change when set on GlobalHost.Configuration.KeepAlive. It appears to be fixed at roughly 15 seconds when connected with websockets. Is this intentional or is there another way to set the KeepAlive message time?
Here is the applicable C# code in Startup.cs with KeepAlive set before calling MapAzureSignalR: