Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我基本上是Baqend的新手。目前,我正在构建一个用于排队的应用程序,但为了避免竞争条件,我需要系统中的某种锁定机制,Baqend 提供吗?
有什么我可以效仿的例子吗?
谢谢
Baqend 对每个对象都有一个内置版本。如果您向已更改的对象发送更新,您的更新将被拒绝。在这种情况下,您可以刷新本地对象并重试。那是你要找的吗?
https://www.baqend.com/guide/topics/crud/#update