mirror of https://github.com/waku-org/js-waku.git
up light_push
This commit is contained in:
parent
0245f060f5
commit
92a7d2b00e
|
@ -38,6 +38,7 @@ class LightPush extends BaseProtocolSDK implements ILightPush {
|
|||
);
|
||||
|
||||
this.reliabilityMonitor = ReliabilityMonitorManager.createSenderMonitor(
|
||||
libp2p.getConnections,
|
||||
this.renewPeer.bind(this)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue