The only defined error code for zmq_close() is ENOTSOCK which indicates an error in cppzmq implementation. It's ok to use assert here instead of throw. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This is C++ binding for 0MQ