You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably because the WatchService receives 2 events from the OS native implementation whenever a file is created. #3004 might improve this because it uses a library which can prevent handling such duplicate events.
When I move a file to
/etc/openhab/rules
, openhab logs:The file has not existed in the destination, before I copied it.
The problem report is, that the above log message is emitted twice, but it shall appear only once.
The text was updated successfully, but these errors were encountered: