fix(multiplayer): expire client sessions proactively

This commit is contained in:
Josh Creek
2026-09-01 22:13:41 +01:00
parent 1e5825b096
commit cfc82bcea5
3 changed files with 40 additions and 0 deletions
+2
View File
@@ -1554,3 +1554,5 @@ Recovery targeting now follows the same boundary: only an `OPEN` proposal is pol
Client queue/proposal expiry and enqueue epoch metadata now fail closed on malformed, negative, or fractional values instead of being silently coerced to zero. Adversarial metadata tests cover string, negative, and fractional timestamps.
Ticket projections now validate playlist metadata on every update, rejecting unknown values before either phase or playlist state can mutate. An adversarial higher-revision update test covers this boundary.
Client sessions now fail closed at the expiry boundary and proactively clear credentials before reconnects or authenticated requests. Boundary and malformed-expiry tests cover the lifecycle guard.