mirror of
https://github.com/bourquep/mysa-js-sdk.git
synced 2026-02-04 01:31:05 +00:00
Increased ping timeout
This commit is contained in:
@@ -725,7 +725,7 @@ export class MysaApiClient {
|
|||||||
.with_client_id(this._mqttClientId)
|
.with_client_id(this._mqttClientId)
|
||||||
.with_clean_session(false)
|
.with_clean_session(false)
|
||||||
.with_keep_alive_seconds(30)
|
.with_keep_alive_seconds(30)
|
||||||
.with_ping_timeout_ms(3000)
|
.with_ping_timeout_ms(10000)
|
||||||
.with_protocol_operation_timeout_ms(60000)
|
.with_protocol_operation_timeout_ms(60000)
|
||||||
.with_reconnect_min_sec(1)
|
.with_reconnect_min_sec(1)
|
||||||
.with_reconnect_max_sec(30);
|
.with_reconnect_max_sec(30);
|
||||||
|
|||||||
Reference in New Issue
Block a user