-
Notifications
You must be signed in to change notification settings - Fork 214
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
check if current user still holds the write lock when upload changes #7000
base: master
Are you sure you want to change the base?
Conversation
This pull request is now in conflicts. Could you fix it @jiaruiz717? 🙏 |
This pull request is now in conflicts. Could you fix it @jiaruiz717? 🙏 |
iTwin/itwinjs-backlog#1170
There is a possible scenario that two users try to upload local changes to the same cloud container:
However, if there are no other users grab the write lock after User1, we allow User1 to upload changes(and refresh the write lock) even if the write lock has expired.
Native change:
imodel-native: iTwin/imodel-native#819