venkatbaggu / signalrdatabasenotifications

SignalR Database update notifications in ASP.NET MVC using SQL Dependency
51 stars 46 forks source link

[HELP] dependency_OnChange event triggered multiple times #3

Open rufusnguyen opened 8 years ago

rufusnguyen commented 8 years ago

Hi, I need your help. With your solution, I have built successfully and run smoothly until I open a new browser or refresh the page and update the records in the DB. When I update a record in DB, multiple notifications are displayed on the page. When I debug the codes, it seems Models/dependency_OnChange triggered multiple times. I would like to display once. I try many ways to enhance but it doesn't work. Please help me resolve this issue! @venkatbaggu

wjkhappy14 commented 7 years ago

Not work