Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Calling zmq_disconnect with an unknown endpoint should set zmq_errno to EINVAL instead of ENOENT
Description
Similar to bug #508 for zmq_unbind. Currently it sets zmq_errno to ENOENT when the documentation states that it should set it to EINVAL. I do not know if this is a library bug or a documentation error.
Code to reproduce is in the "issues" repository corresponding to this bug number.
Similar to bug #508 for zmq_unbind. Currently it sets zmq_errno to ENOENT when the documentation states that it should set it to EINVAL. I do not know if this is a library bug or a documentation error.
Code to reproduce is in the "issues" repository corresponding to this bug number.