-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello!
Testing your code:
using BetterFileWatching
watch_task = @async watch_folder(".") do event
@info "Something changed!" event
@info typeof(event)
end
sleep(5)
# stop watching the folder
schedule(watch_task, InterruptException(); error=true)
After the task is done, it keeps registering changes unfortunately in the folder. How to fix?
Kind regards
Metadata
Metadata
Assignees
Labels
No labels