surround icon indicating copy to clipboard operation
surround copied to clipboard

Race condition between multiple processes when config get changed

Open ucokzeko opened this issue 2 years ago • 0 comments

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.

ucokzeko avatar Aug 02 '22 05:08 ucokzeko