I want my action stream to continue even if there is an error. There for I created a catch and replace observer which replace the error call with an empty observable. Now when there is an error the observable completes its operation immediately although there is a replacement.
Is there a way yo show the error but let the action stream continue emitting actions?