Il 11/04/2017 18:28, Pavel Bucek ha scritto:
> Hi Alessio,
>
> yes, they are.
>
> ScheduledExecutorService will be used for scheduling reconnects
> (that's [2])
mmh... are you planning to add some additional doc / example on this?
> and provided executor service will be passed to RxInvokerProvider,
> which is [1].
>
> I guess you refer to methods rx(ExecutorService) and rx(...,
> ExecutorService) - they were removed, so there is no need to handle
> "priorities". (We don't need them any more, since you can set executor
> service in ClientBuilder).
Ok, this is fine, I've implemented a prototype of this and it makes
sense now, thanks.
Cheers
Alessio