Replies: 2 comments 5 replies
-
Tyler, Sorry, no, pending notifications are not yet implemented. But I have initial ideas, and I plan (so far) to implement them for the next release. There are two possible situations when a CSE can decide that a notification can become pending: The target is either not reachable (either by getting information from the network or by reachability schedule),or a notification happens outside a notification schedule. It is very hard to determine whether a target is e2e reachable without access to underlying network functions. That leaves us with schedules, and this is something I plan for the next release. So far ACME does not support the <schedule> resource type, but that is something that is way up on my todo list. Unfortunately, just reacting on the communication result is not enough here. A notification should be marked as pending before it is sent, not after an attempt failed. May I ask about your scenario? Do you need pending notifications because your devices are not always reachable? |
Beta Was this translation helpful? Give feedback.
-
I have fixed the symptoms of the issue by doing the following:
I believe the problem lies in how I realize that my fix is definitely not the correct one (it completely destroys the entire purpose behind long polling). |
Beta Was this translation helpful? Give feedback.
-
Hi Andreas,
I am wondering if pendingNotifications are supported in ACME?
I noticed that it is on your Roadmap, but I'm not sure if that means you are planning to add them, or if you're planning on improving the already existing functionality.
I am doing some testing and getting some odd results, so just wanted to check.
Beta Was this translation helpful? Give feedback.
All reactions