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
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
t0 -> Create a copy of File.txt to a backup directory .
t1 -> Modify File.txt with contents different from the original file.
t2 -> Move the file from the backup directory to the original location.
The PollingWildCardChangeToken only carries the timestamp of the most recently changed last write time window. Consequently this wouldn't work when a file is modified but it's timestamp hasn't moved forward. We could avoid this by additionally storing the timestamp along with the name of the file.
The text was updated successfully, but these errors were encountered:
Consider the following timeline
The
PollingWildCardChangeToken
only carries the timestamp of the most recently changed last write time window. Consequently this wouldn't work when a file is modified but it's timestamp hasn't moved forward. We could avoid this by additionally storing the timestamp along with the name of the file.The text was updated successfully, but these errors were encountered: