AntiPattern
Authority-Scoped Execution Mismatch
authority-scoped-execution-mismatch
Host/client authority boundaries get misinterpreted so logic runs with the wrong scope—RPC host-only calls become no-ops on clients, broadcasts don’t replicate correctly, and async/state updates keep firing after teardown, causing control and input routing to diverge from intended owners.