[zeromq-dev] REQ-REP pattern: client (REQ) started before server (REP) (java binding)
Christian Gudrian
christian at gudrian.org
Thu Oct 7 12:06:56 CEST 2010
Am 07.10.2010 11:10, schrieb Pieter Hintjens:
> Could you post the C++ examples that you tested?
Nothing special: http://gist.github.com/614914
Set a breakpoint at zmq_connecter_t::start_connecting(): it gets called
only twice. After that poller_base_t::execute_timers () returns 0 and
the call to select() in select_t::loop () blocks forever.
Christian
More information about the zeromq-dev
mailing list