blastbeat
blastbeat copied to clipboard
Can't build with libzmq 3.2
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?
currently the project is on HOLD, we will come back to it after the release of uWSGI 1.9