We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca44b9c commit b6de656Copy full SHA for b6de656
packages/sdk/src/protocols/filter/subscription_manager.ts
@@ -47,7 +47,7 @@ export class SubscriptionManager implements ISubscriptionSDK {
47
this.subscriptionCallbacks = new Map();
48
49
this.reliabilityMonitor = new ReliabilityMonitor(
50
- getPeers,
+ getPeers.bind(this),
51
this.renewAndSubscribePeer.bind(this)
52
);
53
}
0 commit comments