We are facing an issue with all our feature services. We are using rest api to update/edit the features and randomly an error is being trigerred :
Another application is currently editing the version. [dbo.DEFAULT]
Or
Unable to complete operation.-Lock request conflicts with an established lock [dbo.DEFAULT]
This layer is only being used from the web application we have developed and all updates are sent via the rest api.
Any solutions please