libzmq icon indicating copy to clipboard operation
libzmq copied to clipboard

ZeroMQ core engine in C++, implements ZMTP/3.1

Results 227 libzmq issues
Sort by recently updated
recently updated
newest added

APIs like zmq_join do not have manpages. They should be documented before the API can be declared stable.

Area (Documentation)
Socket (RADIO/DISH)

*Please use this template for reporting suspected bugs or requests for help.* # Issue description The document for `zmq_msg_move` says > No actual copying of message content is performed, dest...

# Issue description I transmitted two pictures on a frame of data,the size of each image is 900K.But I can only receive one image, the other can't receive data.zmq_send return...

stale

*Please use this template for reporting suspected bugs or requests for help.* # Issue description I tryed to build Zeromq on windows but there is a problem, ZeroMQ can not...

stale

*Please use this template for reporting suspected bugs or requests for help.* # Issue description I need to back port ZMQ_ROUTER_HANDOVER feature to zeromq4.0.1 version. Is this possible? Can someone...

stale

*Please use this template for reporting suspected bugs or requests for help.* # Issue description In push/pull mode, set the timeout on the push side, and then conect.zmq_send always blocks...

stale

I made it possible for REQ to send multi times by setting like this ` zmq_setsockopt(node.ser_req,ZMQ_REQ_CORRELATE,&setval,sizeof(setval)); zmq_setsockopt(node.ser_req,ZMQ_REQ_RELAXED,&setval,sizeof(setval));` but i can.t find a vaild API for REP what i want is...

stale

# Issue description SEGV similar to https://github.com/zeromq/libzmq/issues/2674. Couldn't fully figure out the resolution of that issue, happy to comment there if it is better. # Environment * libzmq version (commit...

stale

# Issue description I made a communication between 2 **RK3399** chips using ZMQ. I already set `linger=0` flag and `zmq_close` in the same thread. I use ` ctrl+c` to interrupt...

stale

*Please use this template for reporting suspected bugs or requests for help.* # Issue description Android build fails for arm target. # Environment * libzmq version (commit hash if unreleased):...

stale