Disconnects the socket from endpoint.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_disconnect())
auto s = Socket(SocketType.sub); s.connect("inproc://zmqd_disconnect_example"); // Do some work... s.disconnect("inproc://zmqd_disconnect_example");
See Implementation
Disconnects the socket from endpoint.