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
inside a Meteor method and have it handled correctly by jam:offline. This would ensure that the changes are synced to the server if they happen while the client is disconnected and the app is subsequently closed.
I had a look at updateLastMethod() inside idx.js and, as best I can tell, this isn't supported right now.
Is that correct? Is there perhaps a workaround?
I looked at the pipe feature from jam:methods, but that doesn't seem to be a solution either.
If not, let this be a feature request. It would be quite awesome if it was supported.
It doesn't seem that difficult. Instead of just tracking a single change, updateLastMethod() would just need to store an array of changes, I think.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi,
I would like to be able to do things like
and
inside a Meteor method and have it handled correctly by jam:offline. This would ensure that the changes are synced to the server if they happen while the client is disconnected and the app is subsequently closed.
I had a look at updateLastMethod() inside idx.js and, as best I can tell, this isn't supported right now.
Is that correct? Is there perhaps a workaround?
I looked at the pipe feature from jam:methods, but that doesn't seem to be a solution either.
If not, let this be a feature request. It would be quite awesome if it was supported.
It doesn't seem that difficult. Instead of just tracking a single change, updateLastMethod() would just need to store an array of changes, I think.
Thanks a lot!
The text was updated successfully, but these errors were encountered: