To close the monitor socket you need to call the monitor function again but pass a NULL in the address field.
The call looks something like this... rc = zmq_socket_monitor(sock_handle, c_addr, c_flags); Set c_addr to NULL and c_flags to 0.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
