Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnChanged doesn't work after some time #242

Open
viveknuna opened this issue May 23, 2022 · 0 comments
Open

OnChanged doesn't work after some time #242

viveknuna opened this issue May 23, 2022 · 0 comments

Comments

@viveknuna
Copy link

I have implemented Table Depedendy in my code. It works fine but after some time it does not work. It doesn't call the OnChanged event.
I need to restart the application to make it work.

Is there any permanent solution to this problem?

SqlTableDependency<MyTable> _myTable = null;
_myTable = new SqlTableDependency<MyTable>(connectionString, "MyTable");
_myTable.OnChanged += OnChanged;

Version: 1.0.2.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant