I’m of the opinion that `onError` should never be ...
# rx
z
I’m of the opinion that
onError
should never be called in your subscription, because it means your application has entered an invalid state (onError is a terminal event, so all hot streams die)