[zeromq-dev] Release date for zeromq-3.2.3

2013-04-30 Thread Trevor Bernard
There appears to be no defects for zeromq-3.2.3 in JIRA. I was just wondering when you plan to release it. Warmest regards, Trevor ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-04-30 Thread Pieter Hintjens
Hi Trevor, Yes, great idea. I'll get onto that asap. -Pieter On Tue, Apr 30, 2013 at 5:47 PM, Trevor Bernard wrote: > There appears to be no defects for zeromq-3.2.3 in JIRA. I was just > wondering when you plan to release it. > > Warmest regards, > > Trevor > >

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-04-30 Thread Victor Perron
Hi, Actually (sorry it's really late, I'm maybe saying something stupid here) but I have encountered this myself as well yesterday : https://zeromq.jira.com/browse/LIBZMQ-526 It happens on (quite) unstable 3G connections. I have had no time to try and fix it yet, but I'd be really happy to have t

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-01 Thread Pieter Hintjens
Hi Victor, No bugs are ever out of scope unless fixing them really breaks other things. We can definitely wait a few days if you want to try to get a patch for this ready. The process is we fix and test on master, then backport specific fixes to the 3.2 stable branch. It's also easy to make more

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-01 Thread Victor Perron
Hello, I spent a few minutes tracking this down, I'm not sure if this is the right place to report about it (I'll write something in Jira too) The bug comes from a broken assertion in the connect() call of tcp_connecter.cpp. The int rc = getsockopt (s, SOL_SOCKET, SO_ERROR, (char*) &err, &len);

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-01 Thread Steven McCoy
On 1 May 2013 08:46, Victor Perron wrote: > call fails with err == EINVAL. > In my case, this exactly happens as the last step of: > - I plug my 3G dongle and connect to internet > - I run my subscriber to connect to a remote publisher in the cloud ( > tcp://someserver:someport ) > - I unplug the

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-01 Thread Trevor Bernard
I've back ported the fix here and submitted a pull request: https://github.com/trevorbernard/zeromq3-x Can you see if it works Victor? -Trev On Wed, May 1, 2013 at 10:17 AM, Steven McCoy wrote: > On 1 May 2013 08:46, Victor Perron wrote: > >> call fails with err == EINVAL. >> In my case, th

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-01 Thread Victor Perron
Thanks a lot for this. Was an easiest fix than I thought :) Well, I can't test it *right away* (no access to the 3g dongle anymore) but I'll send you updates asap. On Wed, May 1, 2013 at 3:50 PM, Trevor Bernard wrote: > I've back ported the fix here and submitted a pull request: > > https://gith

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-01 Thread Victor Perron
Hello, I can now confirm that the bug is fixed on my side. If pieter's test case works as well, then we can say it's solved I guess. Thanks a lot, On Wed, May 1, 2013 at 4:10 PM, Victor Perron wrote: > Thanks a lot for this. Was an easiest fix than I thought :) > Well, I can't test it *right a

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-05-02 Thread Pieter Hintjens
Nice work all round :) I'll cut a release today. -Pieter On Wed, May 1, 2013 at 8:53 PM, Victor Perron wrote: > Hello, > > I can now confirm that the bug is fixed on my side. If pieter's test case > works as well, then we can say it's solved I guess. Thanks a lot, > > > On Wed, May 1, 2013 at 4