Checking the source code I see that RPCs are handled with impl::do_rpc which autonomously waits for the reply, but I see no wrap for notifications and relative subscriptions.
Is this something not yet implemented or am I missing something?
Is there any way to receive notifications from a NETCONF agent without using a custom wrapper of the C library's functions?
Checking the source code I see that RPCs are handled with
impl::do_rpcwhich autonomously waits for the reply, but I see no wrap for notifications and relative subscriptions.Is this something not yet implemented or am I missing something?
Is there any way to receive notifications from a NETCONF agent without using a custom wrapper of the C library's functions?