From 598a6a120eeb902f996a5881d305bf05ee3ef320 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Sun, 29 May 2022 17:41:55 +0200 Subject: [PATCH] add note --- src/lib/waku.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/waku.ts b/src/lib/waku.ts index bdd477190c..df146afb80 100644 --- a/src/lib/waku.ts +++ b/src/lib/waku.ts @@ -138,6 +138,7 @@ export class Waku { /** * NOTE: Event is not being emitted on closing nor loosing a connection. * @see https://github.com/libp2p/js-libp2p/issues/939 + * @see https://github.com/status-im/js-waku/issues/252 * * >This event will be triggered anytime we are disconnected from another peer, * >regardless of the circumstances of that disconnection.