The zmq_connect() reference is incomplete needs some content from the GUIDE
Description
Environment
n/a
Activity
Show:
Details
Details
Assignee
Martin Sustrik
Martin SustrikReporter
Richard Bucker
Richard BuckerLabels
Components
Fix versions
Affects versions
Priority
Created January 28, 2012 at 9:24 PM
Updated October 18, 2012 at 2:14 AM
The zmq_connect() and zmq_send() documentation is missing some critical information. Programmers need to know:
[ØMQ connections] exist when a client does zmq_connect(3) to an endpoint, whether or not a server has already done zmq_bind(3) to that endpoint.