IsNemoEqualTrue / monitor-table-change-with-sqltabledependency

Get SQL Server notification on record table change
MIT License
655 stars 177 forks source link

The event object always returns null #240

Open B6692 opened 2 years ago

B6692 commented 2 years ago

The event object always returns null. For example in your code example for Blazor, the event defined as public event WeatherForecastDelegate OnWeatherForecastChanged; the event OnWeatherForecastChanged always returns null and the code breaks saying "System.NullReferenceException: 'Object reference not set to an instance of an object.'". This is only happening now. It used to work well before.