Re: [proton C++ 0.16.0] idle_timeout on windows can't be less than 1s

2017-04-19 Thread Rabih M
Hello Cliff, Here is the jira issue: https://issues.apache.org/jira/browse/PROTON-1464 Thanks, Rabih On Thu, Apr 13, 2017 at 10:16 PM, Cliff Jansen wrote: > This should work on Windows too. > > Could you please raise a JIRA? Thanks. > > Cliff > > On 4/12/17, Rabih M wrote: > > Hello, > > > >

Re: [proton C++ 0.16.0] idle_timeout on windows can't be less than 1s

2017-04-13 Thread Cliff Jansen
This should work on Windows too. Could you please raise a JIRA? Thanks. Cliff On 4/12/17, Rabih M wrote: > Hello, > > I noticed that windows does not take into consideration the configured > connection idle_timeout if it is less than 1 second. Linux does not have > this problem. > > I wrote so

[proton C++ 0.16.0] idle_timeout on windows can't be less than 1s

2017-04-12 Thread Rabih M
Hello, I noticed that windows does not take into consideration the configured connection idle_timeout if it is less than 1 second. Linux does not have this problem. I wrote some code to reproduce at the end of the mail. Is it a bug ? Best regards, Rabih #include #include #include #include