Skip to content
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

Feature request: clearing the relations for user when manual log off triggered #6

Open
mzajkowski opened this issue Feb 26, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mzajkowski
Copy link
Contributor

No description provided.

@mzajkowski mzajkowski added enhancement New feature or request help wanted Extra attention is needed labels Apr 22, 2021
@Wolfkhan66
Copy link

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.

image

@mzajkowski
Copy link
Contributor Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants