@zyzgroup/core-web 0.1.81 → 0.1.82

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.
@@ -21761,7 +21761,7 @@ class me {
21761
21761
  // 可能需要根据协议变更传输格式
21762
21762
  _send(t) {
21763
21763
  this.socket?.readyState === me.OPEN ? this.socket.send(
21764
- JSON.stringify({ data: JSON.stringify([JSON.stringify(t)]) })
21764
+ JSON.stringify([JSON.stringify(t)])
21765
21765
  ) : (this.messageQueue.push(t), this._connect());
21766
21766
  }
21767
21767
  ping() {