guard/rb-inotify

New child directory not being watched

Closed this issue · 3 comments

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.

Can you provide a failing test case so I can reproduce locally?

@phuonglm Can you please check if this bug still occurs and can you provide a small repro/spec?

I using vagrant gatling rsync on linux machine and a got this problem. I'll try to reproduce this problem with simple ruby script