-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poll error (Success) #479
Comments
I think this issue is caused by timeout in nc_recv_reply() is too small, I modified it to 10ms, it is much easier to trigger, then I modified it to 1s, didn't see any error. |
What libnetconf2 version are you using? What NETCONF client and server are you using? I do not understand that from waht you wrote. And what |
libnetconf2 I used is 3.0.8, I just used libnetconf2 as a client, the server is Nokia router.
The time out is 100, the 4th para in nc_recv_reply |
What libssh version are you using? Based on what you said, it seems |
I created a session using libssh, but sometimes it print this log, I SET the timeout is 100ms, the timeout is too small to lead this issue?
//log
The text was updated successfully, but these errors were encountered: