Is there anyway to patch the state on demand? I am building a card game for which I don't require continuous patching. On demand patch will suffice.

Room.broadcast is not useful as it doesn't provide onChange/diff.

I tried this.broadcastPatch() but it completely messed up the logic of my server.