chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

ZMQ::Context#terminate is not zeromq 3.2.x compatible #130

Closed citrusmoose closed 5 years ago

citrusmoose commented 5 years ago

The method calls LibZMQ.zmq_ctx_term which is a zeromq 4.x method.

chuckremes commented 5 years ago

I'll take a look this weekend. The 3.x compatibility hasn't been very important but if I can easily support it then I will.

Thanks for the report.

chuckremes commented 5 years ago

@citrusmoose Check back in an hour or so for a new release of ffi-rzmq-core and ffi-rzmq to support this.