ndm13/automkv

Infinite loop while processing overlapping automkv files

Opened this issue · 0 comments

ndm13 commented

When watching multiple automkv.yml files, the updates from one file will trigger the watch of another file, causing a feedback loop. To fix this, there will need to be a complete overhaul of edit tracking that spans all watched files. Perhaps the countdown latch structure can be made global.