Base solution for your next web application
Open Closed

Realtime Notifications not working after project upgrade #12198


User avatar
0
kansoftware created

After project upgrade realtime notifications stopped working after we upgraded from 9 to 13

We checked and found there are 2 classes added in the CDP.core>> Notifications

  1. Email : EmailRealTimeNotifier.cs
  2. SMS : SmsRealTimeNotifier.cs

After checking documentation of aspnetboilerplate we also following class in the project https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.AspNetCore.SignalR/AspNetCore/SignalR/Notifications/SignalRRealTimeNotifier.cs

But still while we hit the _realTimeNotifier.SendNotificationsAsync it goes into EmailRealTimeNotifier.SendNotificationsAsync

Please help to fix this ASAP as its production issue.


1 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @kansoftware,

    Could you share the error log? Also, can you give me an example scenario so I can reproduce this?