Keep Default KA Values
This commit is contained in:
parent
fd743dcb42
commit
2092d2c6d3
@ -55,8 +55,7 @@ namespace QtCNETAPI.Services.GatewayService
|
|||||||
return _apiService.SessionToken;
|
return _apiService.SessionToken;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
.WithStatefulReconnect()
|
.WithStatefulReconnect();
|
||||||
.WithKeepAliveInterval(TimeSpan.FromMinutes(1));
|
|
||||||
HubConnection = gwConBuilder.Build();
|
HubConnection = gwConBuilder.Build();
|
||||||
|
|
||||||
// register events
|
// register events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user