diff --git a/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt b/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt index 6d25e736a8..93fdd8332b 100644 --- a/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt +++ b/fe2-android/app/src/main/java/com/github/dedis/popstellar/utility/handler/data/LaoHandler.kt @@ -211,7 +211,10 @@ 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 {