Cppzmq – Router to Router communication gets stuck on initial connect
I’m trying to recreate the Router-to-Router example from PyZMQ using cppzmq. I tested the Python version and the behavior is as expected (i.e., client connects to server, server sends reply).
Cppzmq – Router to Router communication gets stuck on initial connect
I’m trying to recreate the Router-to-Router example from PyZMQ using cppzmq. I tested the Python version and the behavior is as expected (i.e., client connects to server, server sends reply).
How to send requests to ZeroMQ workers when router is bound to inproc address?
I have a question regarding the use of ZeroMQ.
Using the Draft API of ZMQ version 4.3.4 on Ubuntu
I’m trying to build a simple C example using the UDP Dish/Radio implementation in ZMQ. I’ve got a #define ZMQ_BUILD_DRAFT_API
in place before including zmq.h
. This lets the code compile, but the linker complains about not being able to find zmq_msg_set_group
. Is there any solution other than locally rebuilding libzmq
?
Using ZMQ Draft API with version 4.3.4 on Ubuntu
I’m trying to build a simple C example using the UDP Dish/Radio implementation in ZMQ. I’ve got a #define ZMQ_BUILD_DRAFT_API
in place before including zmq.h
. This lets the code compile, but the linker complains about not being able to find zmq_msg_set_group
. Is there any solution other than locally rebuilding libzmq
?
C++ why does my message size change randomly after exiting a loop?
I’m using zmq to send messages and in my function for accepting a response for some reason when i exit the loop the 8th value always seems to spike up to a crazy high random number.