Re: [zeromq-dev] zloop.c: timer event cannot break out of zloop

2013-01-13 Thread Pieter Hintjens
I've fixed this, I think, see: https://github.com/zeromq/czmq/pull/112 Now waiting for one of the CZMQ maintainers to merge it. -Pieter On Fri, Jan 11, 2013 at 8:46 AM, Gundry, Samuel (TI) samuel.gun...@riotinto.com wrote: Hi, In zloop, a timer return code rc may be overwritten by poller

Re: [zeromq-dev] problem using last endpoint sockopt in pyzmq

2013-01-13 Thread MinRK
On Sat, Jan 12, 2013 at 3:33 PM, Chris Laws clawsi...@gmail.com wrote: Hi, I am trying to use a wildcard port in an effort to let the OS assign an ephemeral port. I then try to ascertain the actual endpoint by using the LAST_ENDPOINT socket option so that I can inform other apps of the real

Re: [zeromq-dev] Assertion failed: fd_table [handle_].valid in context.close()

2013-01-13 Thread Jonathan Wood
On 12/01/2013, at 4:30 PM, Ian Barber ian.bar...@gmail.com wrote: On Wed, Jan 9, 2013 at 5:38 PM, Jonathan Wood jonathan.w...@nominum.com wrote: I am seeing an assertion failure when shutting down my application: Assertion failed: fd_table [handle_].valid (devpoll.cpp:91) Looks