Handle directory add after Watching has begun
Closed this issue · 1 comments
dshills commented
Adding recursive directories to watch is not updated if a directory is created in the file system after the call. The consequence is that a running goauto app has to be restarted when directories are added to watched projects.
dshills commented
This turned out to be slightly more complicated than I first thought. The concurrency issues required the use of multiple channels.