Shin

Results 5 issues of Shin

HI, As shown in your example.c : https://github.com/sysrepo/sysrepo/blob/df89fc02e301cc8f2e6b30ec37b990f52ca1d5c4/examples/notif_send_example.c#L58 ```c++ sr_connect ctx = sr_acquire_context(connection); // the context is locked explicitly rc = sr_notif_send_tree(session, notif, 0, 0); lyd_free_all(notif); if (ctx) { sr_release_context(connection);...

Hi, All of the related modules, latest version in master used. sysrepo 2.1.64, netopeer2-server 2.1.23 The use scenario is like below: using netopeer2-cli, call edit-data with module "ietf-interfaces", and netopeer2-server...

is:question

hi, we are using latest libyang 2.0.194 (also corresponding latest netopeer2). during the test I have seen that the following logs printing: ``` 1 2022-06-26T02:29:04.426406+00:00 netopeer2-server 15 - - Event...

is:bug

hello, New libnetconf2 introduced new API e.g ``` nc_client_ssh_set_knownhosts_mode ``` and obsolete some API e.g ``` nc_client_ssh_set_auth_hostkey_check_clb ``` Changed some API, e.g from `void nc_client_init()` to `int nc_client_init()` Is there...

is:question

hi, netopeer2-version Version 2.1.71 ( latest release) , sysrepo version 2.2.105. Tried with devel branch today, the issue is still there. when multiple client(e.g 8) connects to netopeer2-server and use...

is:bug