-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Notifications] Replace mutable map with Thread safe map for storing all active notifications #12654
Comments
🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue. |
Version |
Version |
Version |
Version |
Version |
Version |
While fixing
ConcurrencyModificationException
#12646, we came to conclusion that replacingmutableMap
with Thread safe map would benefit in the long run. This ticket is to do that.The text was updated successfully, but these errors were encountered: