cross-tab-worker-databus 0.20.21 → 0.20.23

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.
@@ -1715,6 +1715,8 @@ var CrossTabDataBus = class {
1715
1715
  this.pendingStop = null;
1716
1716
  this.lastError = null;
1717
1717
  this.activeConfig = void 0;
1718
+ this.recoveryAttempt = 0;
1719
+ this.recoveryExhausted = false;
1718
1720
  this.updateStatus("disconnected");
1719
1721
  }
1720
1722
  }