Files
openhab-core/bundles/org.openhab.core.model.core
J-N-KandGitHub 07e8ff56c7 Prevent duplicate events in WatchService (#3404)
On Samba shares a single MODIFY event may result in different sequences of CREATE/DELETE/MODIFY events. Unfortunately this is not properly handled by the underlying library and we have to re-introduce our ugly workaround. The solution itself is a bit improved over the old one as it not only keeps the last event but determines the correct event by examining the sequence of received events.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-03-05 09:44:23 +01:00
..
2019-12-28 12:18:16 +01:00
2019-02-15 10:46:18 +01:00
2023-02-12 14:12:22 +01:00