mikolalysenko / mudb

Low latency state replication for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mustate: defer state updates until initialization event is processed

mikolalysenko opened this issue · comments

There's currently a race condition in mustate where events are processed before the initial event has been received. This is due to the unreliable messages arriving ahead of time. We should check this and defer processing state updates until the client is ready.