This commit is contained in:
Felicio Mununga 2022-05-29 14:50:30 +02:00
parent 0ecd44aa0a
commit 911ce4a836
No known key found for this signature in database
GPG Key ID: B4572D17D9BE6ECA
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});