Server Timeout = 30s
Keep-Alive Interval = 1m
This commit is contained in:
parent
1b30636937
commit
9214460927
@ -56,7 +56,7 @@ namespace QtCNETAPI.Services.GatewayService
|
||||
};
|
||||
})
|
||||
.WithStatefulReconnect()
|
||||
.WithServerTimeout(TimeSpan.FromMinutes(1))
|
||||
.WithServerTimeout(TimeSpan.FromSeconds(30))
|
||||
.WithKeepAliveInterval(TimeSpan.FromMinutes(1));
|
||||
HubConnection = gwConBuilder.Build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user