Test the GenericProvider with in-memory Dummy transport. Multiple
clients sync in real-time!
๐ Network Simulation
โน๏ธ Fast desync detection enabled (hash verification on each
update)
โน๏ธ Sequence numbers for ordering & duplicate detection
โน๏ธ Auto-sync retries every 2 seconds as backup
โน๏ธ Exponential backoff on repeated failures (10ms โ 10s)
โน๏ธ Rate limiting: max 20 sync requests per 10 seconds
โน๏ธ Update batching available (batchUpdates option) for efficiency
โน๏ธ Jitter causes variable delays & out-of-order message delivery
โ ๏ธ BroadcastChannel disabled to test network simulation
accurately