Zeromq Toolkit - zmq_disconnect
- :
status =
zmq_disconnect(sock, endpoint)
-
Disconnect a zeromq socket from an endpoint.
Inputs
sock - the socket to disconnect from.
endpoint - a previously connected endpoint string to disconnect.
Outputs
status - status for disconnect. On success, disconnect will return a status of true
See also: zmq_socket, zmq_connect.