trachten / cpisync

A library for synchronizing remote data with minimum communication.
GNU General Public License v3.0
26 stars 11 forks source link

CPISync fails for the case where server is empty. #76

Open arorashu opened 4 years ago

arorashu commented 4 years ago

So, CPISync fails for the case where server is empty. I have currently narrowed it down to the CPISync::set_reconcile function. For the case where server is empty, it does not populate the delta_self and delta_other entries.

Originally posted by @arorashu in https://github.com/trachten/cpisync/pull/73#issuecomment-665910422

This issue affects PR#73