reconnect in server and cli

This commit is contained in:
2021-12-05 11:21:46 +01:00
parent c3e10ae4fa
commit f9d8721e37
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;