IsNemoEqualTrue/monitor-table-change-with-sqltabledependency

SqlTableDependency event trigger is not working if running as a BackgroundService

joho75 opened this issue · 1 comments

I am running the SqlTableDependency service in a BackgroundService but the OnChanged event is not been called. It's it only possible to run the SqlTableDependency service as a console app?

After I added the OnStatusChanged handler the onChanged event was fired when ever I do a db changes.