Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ 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