We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65a641 commit 9f2e27dCopy full SHA for 9f2e27d
packages/client/lib/client/pub-sub.ts
@@ -307,7 +307,7 @@ export class PubSub {
307
this.#isActive = (
308
this.#listeners[PubSubType.CHANNELS].size !== 0 ||
309
this.#listeners[PubSubType.PATTERNS].size !== 0 ||
310
- this.#listeners[PubSubType.CHANNELS].size !== 0 ||
+ this.#listeners[PubSubType.SHARDED].size !== 0 ||
311
this.#subscribing !== 0
312
);
313
}
0 commit comments