In our processing by Request we have multi task processing. We noticed a crash when accessing the static dictionary object. Shouldn't access to the dictionary be synchronized (locked)? Or use a ConcurrentDictionary Class ? Thanks for your feedback
In our processing by Request we have multi task processing. We noticed a crash when accessing the static dictionary object.
Shouldn't access to the dictionary be synchronized (locked)?
Or use a ConcurrentDictionary Class ?
Thanks for your feedback