blastbeat icon indicating copy to clipboard operation
blastbeat copied to clipboard

Can't build with libzmq 3.2

Open ingeniarius opened this issue 12 years ago • 1 comments

In ZeroMQ 3 was changed API, for example:

int zmq_recv (void *socket, zmq_msg_t *msg, int flags);

was changed to:

int zmq_recv (void *socket, void *buf, size_t len, int flags);

Do you plan upgrade to ZeroMQ 3?

ingeniarius avatar Feb 12 '13 15:02 ingeniarius

currently the project is on HOLD, we will come back to it after the release of uWSGI 1.9

unbit avatar Feb 15 '13 07:02 unbit