View Single Post
It looks like the sync process can handle distinct changes quite perfect.

(1) New action A on client X
(2) Changed action B on client Y
(3) New action C on client Z

It get's a little fragmented as my changes are depending on each other.

(1) New action A on client X
(2) Changed action B on client Y
(3) Changed action A on client C

In this case, it looks like the Transactions are depending on each other and it's hard to decide what can be deleted. Especially if the clients are not synched after every change.

Just an observation, that might be completely wron, but I did a lot of testing the past few hours.

Hope that helps in any way.

Kind regards
Boris