We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ce3aa commit 5ef2a9bCopy full SHA for 5ef2a9b
src/libraries/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.Linux.cs
@@ -596,6 +596,7 @@ private void ProcessEvents()
596
// like IN_IGNORED. In any case, just ignore it... even if for some reason we
597
// should have the value, there's little we can do about it at this point,
598
// and there's no more processing of this event we can do without it.
599
+ watcher = null;
600
continue;
601
}
602
@@ -667,6 +668,7 @@ private void ProcessEvents()
667
668
(isDir && ((_notifyFilters & NotifyFilters.DirectoryName) == 0) ||
669
(!isDir && ((_notifyFilters & NotifyFilters.FileName) == 0))))
670
{
671
672
673
674
0 commit comments