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

FileWatcher has thread unsafe attributes exposed #68

Open
philipstarkey opened this issue Oct 14, 2020 · 0 comments
Open

FileWatcher has thread unsafe attributes exposed #68

philipstarkey opened this issue Oct 14, 2020 · 0 comments

Comments

@philipstarkey
Copy link
Member

FileWatcher has a locking object that it uses when updating the files and folders attributes. All of these attributes are actually public, and not thread safe. FileWatcher should be cleaned up, with variables renamed to indicate they should not be used by external code directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant