Closed patrickbkr closed 3 years ago
Thank you! Is there any code we could test this change against?
Good question. I tripped over this regularly in a medium sized app I work on, and the error message led me straight to that line of code. I'm unsure how it's called, or what needs to be done to exercise this code. (I don't even know what the alias is this method is about. :facepalm:)
This function can be called concurrently, thus we need to protect the Hash from concurrent writes and reads.