File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ immediately but as needed by 0MQ. Thus a successful call to _zmq_connect()_
3838does not mean that the connection was or could actually be established.
3939Because of this, for most transports and socket types the order in which
4040a 'server' socket is bound and a 'client' socket is connected to it does not
41- matter. The first exception is when using the inproc:// transport: you must
42- call _zmq_bind()_ before calling _zmq_connect()_. The second exception are
43- _ZMQ_PAIR_ sockets, which do not automatically reconnect to endpoints.
41+ matter. The _ZMQ_PAIR_ sockets are an exception, as they do not automatically
42+ reconnect to endpoints.
4443
4544NOTE: following a _zmq_connect()_, for socket types except for ZMQ_ROUTER,
4645the socket enters its normal 'ready' state. By contrast, following a
You can’t perform that action at this time.
0 commit comments