From 404a224bf185864796894279d7217105e29c6aaf Mon Sep 17 00:00:00 2001 From: bobbydigitales Date: Wed, 30 Apr 2025 00:44:51 -0700 Subject: [PATCH] Notes --- src/PeerManager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PeerManager.ts b/src/PeerManager.ts index fa78235..01a0724 100644 --- a/src/PeerManager.ts +++ b/src/PeerManager.ts @@ -307,6 +307,7 @@ export class PeerManager { // TODO: What do we do if we lose connection to the bootstrap peer? // If we have other connections, it probably doesn't matter. // Eventually we want the bootstrap peer to be no different than any other peer anyway. + // We should disconnect from the websocket once we connect to our intial peers. // If we have no peer connections, try to connect. If connection fails, start a timer to reconnect. if (remotePeerID === this.bootstrapPeerID) {