Not surprising, the former one’s full signature is...
# rx
e
Not surprising, the former one’s full signature is
subscribeBy(onError: ..., onComplete: ...)
, so your lambda will become the
onError
callback instead of
onComplete