Do Not Set Server Timeout (it was the default value anyways)

This commit is contained in:
Alan Moon 2025-07-31 15:00:37 -07:00
parent 9214460927
commit fd743dcb42

View File

@ -56,7 +56,6 @@ namespace QtCNETAPI.Services.GatewayService
};
})
.WithStatefulReconnect()
.WithServerTimeout(TimeSpan.FromSeconds(30))
.WithKeepAliveInterval(TimeSpan.FromMinutes(1));
HubConnection = gwConBuilder.Build();