feat(SmartsocketClient): Improve client reconnection logic with exponential backoff and jitter; update socket.io and @types/node dependencies

This commit is contained in:
2025-03-10 23:02:24 +00:00
parent 933f09d632
commit da10b25214
5 changed files with 8515 additions and 2817 deletions

View File

@@ -33,9 +33,9 @@
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.7",
"@push.rocks/smarttime": "^4.0.6",
"engine.io": "6.5.4",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5"
"engine.io": "6.6.4",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
@@ -43,7 +43,7 @@
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.7"
"@types/node": "^22.13.10"
},
"private": false,
"files": [