Rohit2387

Results 16 comments of Rohit2387

After debugging more, there is exception: raise (sig=) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x0000563bf617ced4 in pplx::details::_ExceptionHolder::~_ExceptionHolder (this=0x7f6d34000c90, __in_chrg=) at /usr/include/pplx/pplxtasks.h:952 #2 0x0000563bf61a2ec6 in __gnu_cxx::new_allocator::destroy (this=0x7f6d34000c90, __p=0x7f6d34000c90) at /usr/include/c++/9/ext/new_allocator.h:153 #3 0x0000563bf619fa5b in std::allocator_traits::destroy...

Ok so accept call i need to call only once for entire process lifetime?Will it automatically do creation of thread and synchr noization handling for each client request? For example...

OK ,thanks since documentation is not clear about how API usage should be worked due to which have some doubt. So if libnectonf already have thread handling to accept multiple...

Hi, After debugging due to lpthread library issue thread was not working properly due to which it was not accepting request. Now connection is getting accepted but with below error:...

These traces indicate successful ssh connection? # ./a.out libyang[0]: Module not found or not implemented. (path: /ietf-netconf-monitoring) libyang[0]: Module not found or not implemented. (path: /ietf-netconf-monitoring) [2020/12/14 14:33:18.144195, 3] ssh_socket_pollcallback:...

You mean the client and server both doesn't have common module? If i put all server module present inside client path then it should work? netopeer2-cli will read module from...

It seems still loading of module in not proper in server, i need to check and correct it ,still error when i start server. libyang[0]: Schema node not found. (path:...

Thanks for your help,let me try to check further details through libnetconf2 and libyang API documention.

Intial debugging shows that after hello mesage it is not able to proceed further,it is geting hung in while loop. The session callback currently i added only printf.I need to...