reconnect in server and cli

This commit is contained in:
Jonah
2021-12-05 11:21:46 +01:00
parent 1fc7103d66
commit e5e67a3418
6 changed files with 81 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ public final class NackMessage extends ServerMessage implements Response {
public static final int GAME_ALREADY_STARTED = 301;
public static final int GAME_NOT_YET_STARTED = 302;
public static final int SESSION_FULL = 303;
public static final int ALREADY_CONNECTED = 304;
@Deprecated
public static final int BAD_REQUEST = 999;