libzmq icon indicating copy to clipboard operation
libzmq copied to clipboard

RROR: Unable to bind ZMQ to address tcp://127.0.0.1:5555

Open MaoPann opened this issue 3 years ago • 2 comments

if(zmq_bind(zmq_responder, zmq_server_address) != 0) { traceEvent(TRACE_ERROR, "Unable to bind ZMQ to address %s", zmq_server_address); term_zmq(); return -1; }

response: RROR: Unable to bind ZMQ to address tcp://127.0.0.1:5555

MaoPann avatar Aug 17 '20 01:08 MaoPann

From this code fragment, it's hard to tell what's going wrong. Can you give us a more complete example, including how the context and socket are created? Which error code is being reported here? (zmq_errno()?)

sigiesec avatar Sep 07 '20 07:09 sigiesec

This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 18:04 stale[bot]