Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RedirectSingle
: avoid extra operator for exception handling path (#…
…3114) Use new `Single.subscribe(...)` overload introduced in [#3112](#3112) that takes `errorConsumer` to avoid using extra operator `whenOnError`. It will also help to avoid logging those exceptions by `SimpleSingleSubscriber` (hard to relate to a real request) and instead they will only bubble up on the caller path.
- Loading branch information