IDataEvent not fired when publishing after IIS app pool recy

Posted by Community Admin on 04-Aug-2018 10:44

IDataEvent not fired when publishing after IIS app pool recycled.

All Replies

Posted by Community Admin on 02-Aug-2016 00:00

Hi, 

I am just wondering if this is normal behavior, and if it is documented somewhere... 

I subscribe using : 

EventHub.Subscribe<IDataEvent>(Content_Action);

and than handle using :

private void Content_Action(IDataEvent Event)

I noticed that after IIS recycles the App Pool for this app, there are two less events fired when publishing a new content.  

 

Have you seen something like it before?  Is there a way to prevent it from happening?  

 I am using Sitefinity 7.0.    

 

Thanks in advance

This thread is closed