Hi Chris,
This looks good to me. I wonder if the implementations of Susbscriber
in the tests should be strengthened.
I see that onError or onNext could throw exception - and
though SubscriberAdapter seems to (partly) cater for it in
onError, it doesn't do anything for onNext.
I also wonder if t
Thanks for the review Daniel.
On 20/12/17 09:29, Daniel Fuchs wrote:
Hi Chris,
This looks good to me. I wonder if the implementations of Susbscriber
in the tests should be strengthened.
Yes, I think so.
I see that onError or onNext could throw exception - and
though SubscriberAdapter seems