Skip to content

Commit

Permalink
re-enable connection extension to peers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaz-ookid committed Jun 30, 2024
1 parent 4901524 commit 64b9bdf
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,7 @@ constructor(
// 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

// 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)
context.messageSender.extendConnection(greetLao.peers)
}

companion object {
Expand Down

0 comments on commit 64b9bdf

Please sign in to comment.