ultravisor 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultravisor",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Cyclic process execution with ai integration.",
5
5
  "main": "source/Ultravisor.cjs",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "pict": "^1.0.359",
35
35
  "pict-service-commandlineutility": "^1.0.19",
36
36
  "pict-serviceproviderbase": "^1.0.4",
37
- "ultravisor-beacon": "^0.0.7",
37
+ "ultravisor-beacon": "^0.0.8",
38
38
  "ws": "^8.20.0"
39
39
  },
40
40
  "devDependencies": {
@@ -40,6 +40,9 @@ class UltravisorBeaconClient
40
40
  this._ActiveWorkItems = 0;
41
41
  this._SessionCookie = null;
42
42
  this._Authenticating = false;
43
+ this._ReconnectPending = false;
44
+ this._ReconnectAttempts = 0;
45
+ this._MaxReconnectDelayMs = 300000; // Cap at 5 minutes
43
46
 
44
47
  this._Executor = new libBeaconExecutor({
45
48
  StagingPath: this._Config.StagingPath