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

Question: bind to pgm multicast for pub-sub #84

Closed ReubenM closed 11 years ago

ReubenM commented 11 years ago

I've tried binding using the format in the ZMQ documentation about PGM multicast (http://api.zeromq.org/3-2:zmq-pgm) with no luck.

Is this something that is not yet supported, or is there a different method used other than bind for this type of pub/sub?

DrewRWx commented 11 years ago

rbzmq doesn't bind the poller, so I really need this!

chuckremes commented 11 years ago

I don't have any way to test multicast on my network. I recommend that you write the patch, test it, and submit a pull request here.

On Jun 9, 2013, at 2:31 AM, Drew Waranis notifications@github.com wrote:

rbzmq doesn't bind the poller, so I really need this!

— Reply to this email directly or view it on GitHub.

chuckremes commented 11 years ago

Since I cannot test this locally, I am closing this issue. If you can make the change in a fork and send a pull request, I will gladly accept it.