SignalR SQL Notification

Kmcnet 706 Reputation points
2021-06-18T01:33:17.073+00:00

Hello everyone and thanks for the help in advance. I am refactoring an application to .Net 5 SignalR that utilizes SQL Notification. The application is partially working, sending a notification to the client on the first time the page loads. However, subsequent database updates fire the OnChange event handler, but doesn't send the update back to the client.

On the initial page load, the client notification fires correctly. However, each ensuing database change fails to return anything to the client, even though the email notifications send correctly each time the database. I see no errors in the console, so I am not sure what is going wrong. Any help would be appreciated.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
{count} votes