Closed
Description
Hello,
When I write code, I found that KeyNotFoundException
will be triggered from time to time under multithreding parsing.
After attempting to change the strings
, ints
, and metadata
fields in StringResourceManager
from System.Collections.Generic.Dictionary
to System.Collections.Concurrent.ConcurrentDictionary
(thread safe), the problem disappears.
Metadata
Metadata
Assignees
Labels
No labels