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

fixes Deregister FileWatcher in MmapDirectory #2200 #2201

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

naveenann
Copy link
Contributor

No description provided.

@@ -88,6 +88,9 @@ impl FileWatcher {

Ok(hasher.finalize())
}
pub fn unsubscribe(&self) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be terminate, as there is no resubcribe after that

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense

@naveenann naveenann marked this pull request as ready for review October 3, 2023 15:04
@fulmicoton
Copy link
Collaborator

@PSeitz @naveenann what is the status of this PR?

@PSeitz
Copy link
Contributor

PSeitz commented Feb 14, 2024

The change caused some weird side-effects (I think it was recursion) and the tests to fail. I didn't investigate yet

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

Successfully merging this pull request may close these issues.

None yet

3 participants