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
- Email : EmailRealTimeNotifier.cs
- 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)
-
0
Hi @kansoftware,
Could you share the error log? Also, can you give me an example scenario so I can reproduce this?