On 06/11/2011 05:59 PM, Fabien Niñoles wrote: > Here the new patch. I wasn't able however to make the test fail > without the fix. If you can figure out a way to achieve this, your > welcome.
That looks better :) As for the test case do it this way: 1. bind a SUB socket 2. start receiving with timeout of 10 secs 3. after 9 secs connect to the SUB from another application but don't send any messages. 4. the recv call shoul timeout after 19 secs (as opposed to 10). Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
