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 34b5b52 commit 357d56cCopy full SHA for 357d56c
src/index.tsx
@@ -312,6 +312,8 @@ export class Pusher {
312
this.pusherEventEmitter.removeAllListeners(
313
PusherEventName.ON_MEMBER_REMOVED
314
);
315
+ this.pusherEventEmitter.removeAllListeners(PusherEventName.ON_CONNECTION_STATE_CHANGE);
316
+ this.pusherEventEmitter.removeAllListeners(PusherEventName.ON_SUBSCRIPTION_ERROR);
317
}
318
319
public async reset() {
0 commit comments