Do Not Set Server Timeout (it was the default value anyways)
This commit is contained in:
parent
9214460927
commit
fd743dcb42
@ -56,7 +56,6 @@ namespace QtCNETAPI.Services.GatewayService
|
||||
};
|
||||
})
|
||||
.WithStatefulReconnect()
|
||||
.WithServerTimeout(TimeSpan.FromSeconds(30))
|
||||
.WithKeepAliveInterval(TimeSpan.FromMinutes(1));
|
||||
HubConnection = gwConBuilder.Build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user