php-zmq icon indicating copy to clipboard operation
php-zmq copied to clipboard

ZMQAuth is broken with czmq 3.x

Open mkoppanen opened this issue 9 years ago • 2 comments

The API has changed completely and does not support libzmq sockets directly

mkoppanen avatar Jan 15 '16 13:01 mkoppanen

I'll look into this soon. It may result in completely extracting it, it may not.

@mkoppanen: If you wish, then you can assign this to me.

phuedx avatar Jan 18 '16 19:01 phuedx

I think it will result either in extracting or updating large other parts. zauth in CZMQ 3.x works only on "zsock_t" which is an opaque handle to zeromq sockets. I couldn't find a way to convert plain libzmq socket to that type.

One option we have is to add fuller czmq bindings alongside.

mkoppanen avatar Jan 18 '16 19:01 mkoppanen