Hello,

I'm using zmqpp in my project, and I have a special case where I need to
integrate
with boost::asio (this is what azmq does, but for now I just need it once,
so I don't want
to switch libraries).

The idea was to rely on ZMQ_FD and add the corresponding FD to ASIO's event
loop.
However, I've found that async_read_some() wasn't triggered. It turns out
it's likely an issue
in libzmq: https://github.com/zeromq/libzmq/issues/1434

After taking a quick look at AZQM it seems it's also using ZMQ_FD.
Can anyone tell me what's the trick to get them to work?

Thanks,

-- 
Kapp Arnaud - Xaqq
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to