Socket.connect

Creates an outgoing connection to endpoint.

Throws

ZmqException if $(ZMQ) reports an error.

Corresponds to

$(ZMQREF zmq_connect())

Examples

auto s = Socket(SocketType.sub);
s.connect("inproc://zmqd_connect_example");

Meta