Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Jun 09, 2022
Jul 26, 2022
Closed, Fixed and tested
CatalogContentEventListener.IndexContentIfNeeded can get into an infinite loop when executing multiple threads. You should use ConcurrentDictionary instead of using standard dictionaries.