Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification class deadlock #434

Open
dangershony opened this issue Dec 18, 2022 · 0 comments
Open

Notification class deadlock #434

dangershony opened this issue Dec 18, 2022 · 0 comments

Comments

@dangershony
Copy link
Member

This was discovered by @Spaceballs3000

This was the reported issue

Out of 125 threads, about ~100 are all stuck here

image

image

image

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant