implement recovery from changed token

use exponential backoff for token retrieval
This commit is contained in:
2025-11-19 21:15:27 +00:00
parent 3de168210c
commit a86f89fefc
4 changed files with 57 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
"typescript": "^5"
},
"dependencies": {
"exponential-backoff": "^3.1.3",
"mqtt": "^5.14.1",
"tsdown": "^0.16.4",
"tslog": "^4.10.2",