Hello everybody, Let's assume there are two clients: A and B
The client A writes to a bunch of nodes, let's say, to - /parent - /parent/childA - /parent/childB Then the client A shuts down, and the client B comes up. If the client B does a sync on /, is it safe to assume that reading /parent, or /parent/childA or any other node is safe meaning that the client B will see all the most recent updates made by the client A? Thank you! Regards, Ivan.
