Commit 03740e4
Add thread safety to fix race conditions around usage of static IDictionary instances. Note these should be converted to use ConcurrentDictionary<T> to avoid the performance overhead of using static lock objects.
1 parent 99ae103 commit 03740e4
1 file changed
Lines changed: 508 additions & 385 deletions
0 commit comments