[zeromq-dev] ZMQ_FD and inproc:// socket
Arnaud Kapp
kapp.arno at gmail.com
Tue Nov 15 14:06:47 CET 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20161115/3ea1842e/attachment.htm>
More information about the zeromq-dev
mailing list