mirror of
https://github.com/bourquep/mysa-js-sdk.git
synced 2026-02-04 01:31:05 +00:00
fix: Prevent AWS_ERROR_MQTT_UNEXPECTED_HANGUP connection interruptions (#179)
By using a stable, unique per-process client identifier. Also: - Configured MQTT auto-reconnect on interruption - Reset connection on high MQTT connection interruption rate
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
"amazon-cognito-identity-js": "6.3.15",
|
||||
"aws-iot-device-sdk-v2": "1.22.0",
|
||||
"dayjs": "1.11.18",
|
||||
"lodash": "4.17.21"
|
||||
"lodash": "4.17.21",
|
||||
"nanoid": "5.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.38.0",
|
||||
|
||||
Reference in New Issue
Block a user