You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is an issue with the ConcurrentDictionary
The quick solution is to iterate the dictionary in to a list before comparing the hashes, the long term solution is to use a lock and a non blocking dictionary.
The text was updated successfully, but these errors were encountered:
This was discovered by @Spaceballs3000
This was the reported issue
Out of 125 threads, about ~100 are all stuck here
It seems there is an issue with the
ConcurrentDictionary
The quick solution is to iterate the dictionary in to a list before comparing the hashes, the long term solution is to use a lock and a non blocking dictionary.
The text was updated successfully, but these errors were encountered: