From 82be8dee934af013be4dbf479a69b4d1f0c0d766 Mon Sep 17 00:00:00 2001 From: RandyJC Date: Mon, 8 Dec 2025 23:37:39 +0100 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed9f791..312f12f 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Tip: You can now create and edit quizzes directly from the Manager UI (login at - Pause/Resume/Skip question intro and answer timers; End Game button to reset everyone. - Player list in manager view showing connected/disconnected players. - Click-to-zoom images during questions. +- Player reconnect resilience: Redis snapshotting keeps game state; clients auto-rejoin using stored `clientId`/last game; username/points are hydrated locally after refresh without a manual reload. ### Resilience & Persistence - Redis snapshotting (set `REDIS_URL`, e.g., `redis://:password@redis:6379`) keeps game state so managers/players can reconnect without losing progress.