From f50264dae6b08c33dbd5d66649be263958f6282b Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:15:52 +0100 Subject: [PATCH] docs(multiplayer): correct outbox ownership --- docs/MATCHMAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MATCHMAKING.md b/docs/MATCHMAKING.md index 056a5a34..e1dc171c 100644 --- a/docs/MATCHMAKING.md +++ b/docs/MATCHMAKING.md @@ -98,7 +98,7 @@ roles rather than independently designed microservices: | Role | Responsibility | | --- | --- | -| API | HTTPS/WebSocket auth, profile, queue commands, status resync | +| API | HTTPS/WebSocket auth, profile, queue commands, status resync, transactional-outbox fan-out | | Matcher | Atomic proposal formation from queue state | | Allocator | Agones allocation, server registration, assignment delivery | | Maintenance worker | Season rollover, initial-connect/no-show expiry, live reconnect-abandonment reconciliation, and other durable lifecycle recovery |