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) {