erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
900 stars 194 forks source link

Update to latest stable libzmq (4.2.2) #198

Closed fdoyon closed 5 years ago

fdoyon commented 7 years ago

My projects needs to use ZMQ_XPUB_WELCOME_MESSAGE and for this I need zmq 4.2.2 I have managed to get this working by doing an unsafe setsockopt on the raw fd but I'd rather have this supported OOTB by rust-zmq

erickt commented 5 years ago

This has been added in the almost released 0.9.0!