table_sync icon indicating copy to clipboard operation
table_sync copied to clipboard

Undefined behavior when using the if and unless predicates

Open eugeneyak opened this issue 4 years ago • 0 comments

Now: If I setup synchronization with if predicate like TableSync.sync(self, if: -> (*) { syncable? }) model will send updates if predicate is truthy, but destroy will always send.

What I want: The model must check predicates when sending both types of updates.

eugeneyak avatar Mar 23 '20 15:03 eugeneyak