Michal Vasko
Michal Vasko
Read through the [docs](https://netopeer.liberouter.org/doc/sysrepo/devel/html/subs.html#change_subs).
Yes, you can use `SR_SUBSCR_DONE_ONLY` flag to get only the `SR_EV_DONE` event.
Firstly, I have failed to run `test 2` with libyang v1 because of invalid XPath but I do not think it matter at all. The core of the issue are...
The first thing I would try is updating to the latest `devel` branches of the projects. If you still encounter the issue, I will need to reproduce it and for...
I do not have much to go on, the short snippet seems fine, for a top-level notification. Although, if you have not passed top-level element in `notif`, `sr_event_notif_send_tree()` finds it...
Can you please add `assert(*parent);` at the beginning of the callback? Based on the shown code it should be true, but just want to make sure.
I see, then I have no more ideas as to what may be causing the leak.
Well, the latest `devel` should always be the best version to use. For versions 1 it is the `libyang1` branch in all the projects.
Of course, if you have no dependent apps (there are some minor (for *libyang* major) API changes between v1 and v2). But then use `devel` like I said because in...
1. Yes, this is known and will be improved. 2. Should be fixed now if you pull latest *netopeer2* `devel`.