file: bin/raw_req_rep_hello_world_client.pl @c3e99e4d 8: my $context = zmq_init(); 9: my $client = zmq_socket($context, ZMQ_REQ); 10: zmq_connect($client, 'tcp://localhost:10001');
We set up the socket, this time a REQ