Reputation: 63
Im basically new in Baqend. Currently, I'm building an application for queueing, but in order to avoid race conditions I need some kind locking mechanism in the system, is Baqend provide that?
Is there any example that i could follow?
Thanks
Upvotes: 0
Views: 66
Reputation: 1
Baqend has a built in version for each object. If you send an update to an object that has already been changed your update will be denied. In that case you can refresh your local object and try again. Is that what you are looking for?
https://www.baqend.com/guide/topics/crud/#update
Upvotes: 0