You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: