New child directory not being watched
Closed this issue · 3 comments
phuonglm commented
Since Inotify not supported recursive so we adding all child directory to watch list. I tested case create new child directory, new event fire and that fine. but go to that child directory and create new file or directory --> nothing happen.
ioquatix commented
Can you provide a failing test case so I can reproduce locally?
ioquatix commented
@phuonglm Can you please check if this bug still occurs and can you provide a small repro/spec?
phuonglm commented
I using vagrant gatling rsync on linux machine and a got this problem. I'll try to reproduce this problem with simple ruby script