Fix: RMI resilience

This commit is contained in:
rubenpirreram
2026-05-08 20:26:31 +02:00
parent 9fe23c6f9e
commit 9335db7db0
6 changed files with 333 additions and 153 deletions
@@ -71,7 +71,8 @@ public class Game implements Serializable {
{
return false;
}
return disconnetedPlayers.put(player,false);
disconnetedPlayers.put(player,false);
return true;
}
/**
* Returns the current number of players participating in the game.