diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 5176846ba4..873c026751 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();