-
-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add saveAll in background eventually #1612
Comments
This is a good suggestion. I'll check the code but if this isn't implied with arrays, I think it should be when it comes to saving an array of objects. |
Oh, one other thing. A good argument against this is that if the network is such that save eventually is something you need to use then you probably want a callback per object anyway. Just a thought. |
This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide |
Thanks for opening this issue!
|
It would be good if we could use saveAll in background eventually on several [Objects].
Currently it's only possible to save in bg + eventually on a single object.
regards,
Brak
The text was updated successfully, but these errors were encountered: