1. 22 Sep, 2023 1 commit
    • Miguel Reboiro Jato's avatar
      Fixes port already used in welcome test · a8f68153
      Miguel Reboiro Jato authored
      The use of RepeatedTest in the welcome test caused failures in some
      computers due to an insufficient time to close the port.
      
      This commit fixes this error by using a for to repeat the test,
      avoiding the creation of a new server in each repetition.
      a8f68153
  2. 21 Sep, 2023 1 commit
  3. 20 Sep, 2023 3 commits