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.
3 Answer(s)
-
0
Hi @kansoftware,
Could you share the error log? Also, can you give me an example scenario so I can reproduce this?
-
0
Unfortunately, we can’t share the entire codebase, but we’d be glad to provide any specific files or sections you require. Please let us know which files or areas you need access to, and we’ll make sure to share them promptly.
-
0
Hi @kansoftware,
Can you reproduce the issue for us in a fresh project? If this is an issue related to upgrading, it may be difficult to find without reviewing the code in the project.