Just curious, how does Meteor deal with concurrency issues where multiple clients are making changes to the same objects? Does last update win? How does this get reflected back to the UI?
Brief example: A grocery list that both my wife and I are editing, deleting, adding, and re-arranging at the same time.
Brief example: A grocery list that both my wife and I are editing, deleting, adding, and re-arranging at the same time.