Frederik Knust
Results
2
issues of
Frederik Knust
**Describe the bug** The initial `add` event is fired after the `ready` event in case one of the files watched does not exist, if the files are passed to chokidar...
win32
has test case
Hi, I'm using the following code to react to the `NotificationProcessStopped` event: ```csharp // Listener contains the SqlDependencyEx instance Listener.NotificationProcessStopped += (sender, args) => { Task.Run(async () => { await...