question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should NotificationInfo add support for non-persistent notification?

See original GitHub issue

Currently NotificationInfo is used as a temporary storage for NotificationDistributor to convert from NotificationInfo into UserNotificationInfo and TenantNotificationInfo respectively.

I am thinking if it is good to support non-persistent NotificationInfo, meaning NotificationDistributor will skip UserNotificationInfo & TenantNotificationInfo creation and still return UserNotification in SaveUserNotifications method.

For example, the application can leverage on IRealTimeNotifier to send non-persistent notification.

Also, I am wondering if it is possible to have other real time notifier (or provider) to be co-exist with SignalRRealTimeNotifier

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ryancyqcommented, Aug 2, 2017

Hi @ismcagdas, my objective to is to send out mobile push notification at the same time when notification is distributed.

Hi @hikalkan, It will be nice if real time notifier can co-exist with other notifier (e.g mobile/web push notification service). Of course, replacing IRealTimeNotifier could be a solution but it means that i would need to re-implement SignalRRealTimeNotifier inside the overwritten implementation

0reactions
ryancyqcommented, Aug 2, 2017

@hikalkan I see. Didn’t think of that. Thanks for the suggestion. 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

object changed notification with a non-persistent object
Hi! I use a non persistent object (that isn't derived from a base class like BaseObject) in a PopupView. The problem I have...
Read more >
draft-ietf-netconf-notification-02
1.4 Requirements The requirements for this solution are as follows: o Initial release should ensure it supports notification in support of configuration ......
Read more >
Changelog – Tasker and Join
Standalone feature: AutoNotification now allows you to block notifications without the need for Tasker! Added support for icon packs. This means you can...
Read more >
10 Oracle Streams Advanced Queuing
If notifications come from non-persistent queues, messages are available to the callback directly; only RAW payloads are supported.
Read more >
Windows OS Optimization Tool for VMware Horizon Guide
This guide documents how to use the Windows OS Optimization Tool for VMware Horizon and describes the features and usage.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found