Hi all,
         Are there any gotchas w.r.t using libev with ZMQ? I want to use
ZMQ to receive and send messages from/to another process and instead of a
ZMQ server in an infinite loop listening for incoming requests, I want to
use libev to look for socket activity. What I have found out so far is that
even when there is no real socket activity, I still get "ghost" callbacks
from libev. I tried updating the ZMQ_EVENTS on both client and server sides
after ZMQ recv and send but that did not help.

Thanks,
*Arun*
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to