You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Morning, I forget to mention we created an interim solution for having too many locks using a background task runner that runs every few minutes.
Thought it might help clear these issues or help move in the right direction if you can add task runners in a package dll.
failing that there is the EditorModelEventManager_SendingContentModel event you could hook into to detect when a user visits a new document and clear out previous locks during that event.
Thanks @Wolfkhan66 for sharing this! I'm happy it works for you (for now).
We still plan to think about it in more details. There MUST be a way to track it and I hope this way will be without inserting new data to database with every page visit ;) Will keep it for the record here. Feel free to share any new findings too!
No description provided.
The text was updated successfully, but these errors were encountered: