baskiton/pyfanotify

Event recursion triggering

Closed this issue · 1 comments

When you are using fs mark (and fid is true) the program calls open_by_handle_at it tirggers another event that triggers another and etc...

The solution is when you receive an event you should filter all the events that belong to your pid.

Check new version, please