alexzeitler
ChangeToken / PhysicalFileProvider behavior
I have a PhysicalFileProvider watching for file changes like this
When writing some content - even a short "Hello", to a file which matches the
filter
, ChangeToken.OnChange
is firing multiple times.
Is this the expected behavior and do I have to implement some sort of de-duplication if I want a change handler to be called only once?1 replies