@zyzgroup/core-web 0.1.70 → 0.1.71

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.
@@ -21707,7 +21707,7 @@ class me {
21707
21707
  oe(
21708
21708
  `ws(${this.url}) onclose : code(${e}) reason(${s}) wasClean(${r})`
21709
21709
  ), this.state = me.CLOSED, this.pingTimerID && (clearInterval(this.pingTimerID), this.pingTimerID = void 0), this.onclose?.(t), this.reconnect && this.reconnectAttempts < this.maxReconnectAttempts && (this.socket = void 0, this.reconnectTimerID = setTimeout(
21710
- this._connect,
21710
+ this._connect.bind(this),
21711
21711
  Fa(this.reconnectAttempts++)
21712
21712
  ));
21713
21713
  }, this.socket.onerror = (t) => {