๐Ÿš€ Generic Provider Test Live Yjs

Test the GenericProvider with in-memory Dummy transport. Multiple clients sync in real-time!

๐ŸŸข Online
๐Ÿงช Edge Case Tests

๐ŸŒ 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

๐Ÿ“ How to Test

๐Ÿ“Š Activity Log