Skip to content

Update vector clock even if values did not change

Daniel Schreiber requested to merge master into rabbitmq42

This fixes a bug where the vector clock on the side which triggers an update advances and the receiving side does not update its vector clock if the value of an attribute did not change.

Merge request reports