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.
如何从所有不同的客户端向服务器模型发送更新并保持对该模型的更改有序?如何处理在相似时间对模型进行的更改?
感谢您的任何想法!
也许您可以为每个更新请求附加一个时间戳,服务器将负责保持这些更新的顺序。