Open adambiggs opened 7 years ago
When calling synchronize() on a dataset after all records have been removed, none of the callbacks are called and the operation hangs.
synchronize()
For clarification, this doesn't seem to be an issue with new datasets that haven't had any records added yet. It's only an issue with datasets where all records have been deleted.
When calling
synchronize()
on a dataset after all records have been removed, none of the callbacks are called and the operation hangs.