feat(multiplayer): explain allocation lifecycle

This commit is contained in:
Josh Creek
2026-09-01 22:25:54 +01:00
parent 429fb87c08
commit 27017043f9
3 changed files with 32 additions and 1 deletions
+2
View File
@@ -1568,3 +1568,5 @@ WebSocket event resource identifiers now enforce the contracts opaque 1612
The Go event hub now enforces the same resource-ID allowlist before publication, so malformed identifiers are rejected at the server boundary rather than only discarded by clients.
The matchmaking UI now displays the authoritative proposal countdown from the server expiry epoch, clamped at zero and retaining compatible copy when older responses omit expiry metadata. Adversarial countdown tests cover delayed and missing-expiry responses.
The UI now provides explicit detail copy for every non-terminal allocation and connection phase (`ACCEPTED` through `LIVE`), so server progress remains understandable throughout assignment and transport startup.