IsNemoEqualTrue/monitor-table-change-with-sqltabledependency

how to debug when events stop working

doaji opened this issue · 0 comments

doaji commented

I am using the .NET version on my Web application, and i noticed the events stops firing after a while (my current guess is when i have a lot of transactions in the Db at the same time, e.g inserting over 40k records same time). I dont know how to debug or investigate why the events are not firing. I basically have to restart my app pool before it starts working again.
I there some type of log i can go through to see if there is any error or why the event stops firing? not sure where or how to approach the issue.