EPiServer.Find.Commerce 12.1.1
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.