Open IsakNaslundBh opened 4 years ago
As raised, with an initial fix here https://github.com/BHoM/BHoM_Engine/pull/1857 we should ensure that all stored static dictionaries/lists are implemented in a thread safe way.
This includes, but is not limited to:
Should make sure sufficient locks and similar are put in place to ensure all those methods are thread safe.
Partly solved by https://github.com/BHoM/BHoM_Engine/pull/2004
Description:
As raised, with an initial fix here https://github.com/BHoM/BHoM_Engine/pull/1857 we should ensure that all stored static dictionaries/lists are implemented in a thread safe way.
This includes, but is not limited to:
Should make sure sufficient locks and similar are put in place to ensure all those methods are thread safe.