Emmanuel Lécharny

Results 80 comments of Emmanuel Lécharny

Was thinking about your requirement... Wondering : would it make sense for you to implement your own flavor of NioAcceptor for that purpose ? (note : your suggestion is trivial,...

On 23/04/2020 10:44, Anna Kukliansky wrote: > > You are right, this is exactly our goal. It's just that the new > NioAcceptor we implemented is a pretty simple extension...

On 23/04/2020 15:42, jon-valliere wrote: > > Is there any way to disable issues on github and force everyone to use > JIRA? > I don't think so. The best...

Hi, I'm looking at your code, and I wonder how different it s from the echoserver sample ?

Thanks, David ! We are reviewing the patch. Most of the time, it's not doing anything unless you are using cached buffers. I assume this is teh case for you,...

Hi Daan, sorry for the delay, was just under the water those last days... I'm integrating your code and reviewing it.

Hi Thomas, one slight problem with the **AbstractPollingIoAcceptor.handleUnbound()** method in 2.0.X: it won't compile because teh code is expected to be 1.7 compatible. The method is: ``` protected void handleUnbound(Collection...

Ok I unfolded the '::' and replaced it with a classic 'for' loop. Patch applied in 2.0.X branch. I'll see if it can be ported to 2.1 and 2.2 branch....