surround
surround copied to clipboard
Race condition between multiple processes when config get changed
Based on the discussion on this comment https://github.com/a2i2/surround/pull/286#discussion_r725737778
One potential solution is to create a new assembler for each sub-process so that they are not sharing the same config object. But this solution will be project specific.