We have programmed for years a PulseWay plugin that monitors websites and send sometimes notifications. This plugin has not been changed for a long time. Since a few days, we have noticed that some notifications are no more delivered. Our logs indicate that our plugin has correctly send the notification, with such a code : SendNotificationToAllDevices(string.Format("{0} resumes from errors.", dr["title"]), NotificationPriority.NORMAL, true);
But the notification is not received. It occurs randomly on a few notifications only.
Do you apply now notifications limits? Do we have to change something in our plugin?
Hello,
We have programmed for years a PulseWay plugin that monitors websites and send sometimes notifications. This plugin has not been changed for a long time. Since a few days, we have noticed that some notifications are no more delivered. Our logs indicate that our plugin has correctly send the notification, with such a code : SendNotificationToAllDevices(string.Format("{0} resumes from errors.", dr["title"]), NotificationPriority.NORMAL, true);
But the notification is not received. It occurs randomly on a few notifications only.
Do you apply now notifications limits? Do we have to change something in our plugin?
Thanks in advance for your help.
Kind regards,
Guy