0
velu created
Hi,
We are using .netcore1.* angular 4(Combined)
When we send the notification to the user, User receives two notification for the single push.
Please help me to solve this issue.
Thanks
9 Answer(s)
-
0
Hi,
We are using the following code to send notification.
using (_unitOfWorkManager.Current.SetTenantId(null)) { await _notificationPublisher.PublishAsync( notificationName, new MessageNotificationData(message), severity: NotificationSeverity.Info, tenantIds: new[] { user.TenantId } ); await _unitOfWorkManager.Current.SaveChangesAsync(); }
is there any problem with this code.
Thanks
-
0
Hi,
Email subject: NOTIFICATION SHOWN TWICE FOR A SINGLE PUSH (SOLUTION)
From Email <a href="mailto:[email protected]">[email protected]</a>
Thanks.
Have an answer to this question?
Log in
and write your answer.