pierobot / mangapp-server

Discontinued. Use https://github.com/pierobot/mangapie
MIT License
1 stars 1 forks source link

Watcher not working correctly on Linux #37

Open pierobot opened 8 years ago

pierobot commented 8 years ago
pierobot commented 8 years ago

Reason for not working: code does not handle the IN_IGNORE event How to fix: simply call inotify_add_watch on the path again.

This event will be handled appropriately in pie-watcher