I see that if the server room state is mutated then the client room state is automatically updated to match the server room state. But what happens if the client room mutates the state? It looks like the client state mutation is NOT synced to the server. This is actually what I want so that is great, but I just want to verify that.
So if the client mutates the room state:
- Can someone confirm that the mutation is NOT sent out anywhere?
- Can someone confirm that future changes to the server room state still get synced to the client?
- Any other things to be aware of if the client tries to "cheat" by messing with the client room state?
Thanks.