mirror of https://github.com/waku-org/js-waku.git
parent
e3b4a42822
commit
381fc8b82c
|
@ -205,7 +205,7 @@ export class Waku {
|
|||
}
|
||||
|
||||
private startKeepAlive(peerId: PeerId, periodSecs: number): void {
|
||||
// Just in case a timer already exist
|
||||
// Just in case a timer already exist for this peer
|
||||
this.stopKeepAlive(peerId);
|
||||
|
||||
const peerIdStr = peerId.toB58String();
|
||||
|
|
Loading…
Reference in New Issue