1
Vote

v816 - Can't add error to errorlog while its modified

description

There is a threading issue with the ErrorLog where if two threads try to write to (modify) the collection at the same time, an exception is thrown. Let's lock this down. (See what I did there?)

comments