Commit Graph

2 Commits

Author SHA1 Message Date
Fata Nugraha
c56ed7ab4a Use poll based file watcher
fsnotify/fsnotify can't watch a folder that contains a symlink into
a socket or named pipe.

Use poll-based mechanism to watch the file for the time being until
we find a better way or fix the issue in the upstream.

Signed-off-by: Fata Nugraha <fatanugraha@outlook.com>
2025-01-22 21:59:37 +08:00
Fata Nugraha
e52ce48f63 Extract out filewatcher functionality
Signed-off-by: Fata Nugraha <fatanugraha@outlook.com>
2025-01-14 19:23:17 +08:00