AntiPattern

Context-Specific Execution Semantics

wrong-context-execution-semantics

Calling RPCs and async logic with the wrong execution context (Host vs client, component lifetime vs raw delays) silently no-ops or applies actions to unintended targets, breaking replication, cancellation, and editor/runtime operations.