AI OnAI Off
EPiServer.Marketing.Testing 2.6.6
EPiServer.Marketing.Testing 2.6.8
Jun 23, 2021
Jul 02, 2021
Closed, Fixed and tested
The System.Threading.Timer in RemoteCacheSignal was initialized with dueTime set to 0 in RemoteCacheSignal.Monitor() method. This sometimes led to the Timer's callback being called immediately when the Timer object had not finished initialization and some of its properties were still null. However, the callback tried to access the Timer with Change() method and this led to a null reference exception and sometimes crashed the web server.