mirror of https://github.com/waku-org/js-waku.git
fix typo
This commit is contained in:
parent
0ecd44aa0a
commit
911ce4a836
|
@ -139,7 +139,7 @@ export class Waku {
|
|||
});
|
||||
|
||||
libp2p.connectionManager.on("peer:disconnect", (connection: Connection) => {
|
||||
// TODO: recconnect or stop; this event will only be triggered when the last connection is closed.
|
||||
// TODO: reconnect or stop; this event will only be triggered when the last connection is closed.
|
||||
this.stopKeepAlive(connection.remotePeer);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue