This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the old one if we found two same file handles.
Somehow sometimes the binding.watch would return a handle that was already taken by a live handler, I have no idea of why this happened, but we simply remove the old one for now so we do not have to throw an exception.
- Loading branch information
7e10102
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic in this commit is broken. #98