test(multiplayer): verify two-player proposal round trip

This commit is contained in:
Josh Creek
2026-09-01 15:17:53 +01:00
parent 1e1db3525e
commit aa93aeec95
9 changed files with 369 additions and 3 deletions
+1
View File
@@ -112,6 +112,7 @@ func main() {
}
return domain.PrepareProposal(id, playlist, formation, nil, domain.RankedArena{}, at)
},
OnError: func(err error) { log.Printf("matcher pass: %v", err) },
}
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)
defer stop()