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
We may end up rolling our own "fsnotify" that works like somewhat like the python idle.py script (not sure if it would perform across lots of packages though...).
The text was updated successfully, but these errors were encountered:
How we detect file changes/additions/deletions is actually just an implementation detail and really doesn't matter in the grand scheme of things. But, for the rewrite I think I'll go with the home-grown solution. As for the current version, go get -u github.com/howeyc/fsnotify will fix this issue.
When root is adjusted, the server still holds on to watches completely outside the new root.
I've opened an issue with fsnotify.
We may end up rolling our own "fsnotify" that works like somewhat like the python idle.py script (not sure if it would perform across lots of packages though...).
The text was updated successfully, but these errors were encountered: