diff --git a/src/main/cluster.ts b/src/main/cluster.ts index ca8d43f8f8..eb703cab8b 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -130,7 +130,7 @@ export class Cluster implements ClusterModel { if (!this.eventDisposers.length) { this.bindEvents(); } - if (this.disconnected) { + if (this.disconnected && !this.accessible) { await this.reconnect(); } await this.refresh();