-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
Currently when a client sends a patch message to the server it should not receive a patch message in response, unless the document changed on the server after the client's patch has been applied.
At the moment the client is receiving a patch message regardless (though the patch is empty as there is nothing to apply).
A check should be added somewhere in ServerSyncEngine for this case.