Creates an outgoing connection to endpoint.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_connect())
auto s = Socket(SocketType.sub); s.connect("inproc://zmqd_connect_example");
See Implementation
Creates an outgoing connection to endpoint.