Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Can't build with libzmq 3.2 #7

Open
ingeniarius opened this issue Feb 12, 2013 · 1 comment
Open

Can't build with libzmq 3.2 #7

ingeniarius opened this issue Feb 12, 2013 · 1 comment

Comments

@ingeniarius
Copy link

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?

@unbit
Copy link
Owner

unbit commented Feb 15, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants