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)