Hi Folks, I am wondering if removing a poller from a zloop works "instantaneously". I suspect I am getting a message on *frontend* after calling (using JZMQ binding)
loop.removePoller(new PollItem(frontend, 0)); Is it possible that some messages are in frontend queue when I remove it from loop and they get "delivered" to my handler later? My code is based on the load balancing pattern in Zguide which assumes that this never happens. Mohit.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
