zhongrj
2025-03-28 4ff3eee77b41466d08117970970d01be6e48ffe1
src/mqtt/index.ts
@@ -34,6 +34,7 @@
      ...OPTIONS,
      ...this._options,
    })
    console.log('测试链接', this._client)
    this._hasInit = true
    if (this._client) {
      this._client.on('reconnect', this._onReconnect)