Skip to content

Commit

Permalink
disabled extending connection to peers for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaz-ookid committed Jun 28, 2024
1 parent 4b7ef79 commit 4380db4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,11 @@ constructor(
// Extend the current connection by connecting to the peers of the main server
// The greetLao will also be sent by the other servers, so the message sender
// should handle this, avoiding to connect twice to the same server
context.messageSender.extendConnection(greetLao.peers)

// TODO: Remove the comment when testing for backend is finished ! Maxime @Kaz | May 2024
// Also, I realised removing this line that no tests are actually testing this part of the
// code...
// context.messageSender.extendConnection(greetLao.peers)
}

companion object {
Expand Down

0 comments on commit 4380db4

Please sign in to comment.