From 64b9bdf90088d2f033a43e379d1950cb5698ae3b Mon Sep 17 00:00:00 2001 From: Kaz Date: Sun, 30 Jun 2024 17:43:48 +0200 Subject: [PATCH] re-enable connection extension to peers --- .../dedis/popstellar/utility/handler/data/LaoHandler.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 30bb28b361..3d8e196659 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 @@ -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 {