zmq_unbind does not work on endpoints using "inproc" transport

Description

Unbinding from a previously bound endpoint should return 0 upon success. Calling zmq_unbind(socket, "inproc://anything") always returns -1 and sets zmq_errno to 2 which is ENOENT.

This exact same process works fine for tcp and ipc transports.

Environment

OSX 10.8.2, libzmq 3.2.3 (master from zeromq3-x)

Activity

Show:

Details

Assignee

Reporter

Components

Affects versions

Priority

Created February 19, 2013 at 2:21 PM
Updated February 19, 2013 at 2:21 PM