chenyao
2025-03-15 e9c5da455e223c6463b8d64d5663221b19ceb297
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)