Hi Dmitry,
Thanks for the explanantion. It's clear now.
Joan.
-Mensaje original-
De: Dmitry Potapov [mailto:potapo...@gmail.com]
Enviado el: viernes, 7 de octubre de 2016 15:18
Para: HttpClient User Discussion
Asunto: Re: Socket timeout in the async http client
Hello Joan,
Hello Joan,
Async client works on reactor model, so timeouts being checked only between
selects.
You can change interval between selects by using setSelectInterval function in
IOReactorConfig builder:
For example: IOReactorConfig.custom().setSelectInterval(100L).build();
Please be concern that