Follower iframe can get out of sync with source when:
- Clicking before follower iframe finishes loading (ops lost)
- Rapid clicking causes race conditions between batches
Fix: Add readiness handshake — follower sends {type:"ready"} to parent after player is bootstrapped. Parent buffers ops until follower signals ready.
Affects all demos but most visible in dice (wrong face values on follower).
Follower iframe can get out of sync with source when:
Fix: Add readiness handshake — follower sends
{type:"ready"}to parent after player is bootstrapped. Parent buffers ops until follower signals ready.Affects all demos but most visible in dice (wrong face values on follower).