|
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.
A check should be added somewhere in ServerSyncEngine for this case.
|