This repository was archived by the owner on Feb 23, 2022. It is now read-only.
This repository was archived by the owner on Feb 23, 2022. It is now read-only.
Exception in side effect with multiple side effects will crash process #22
Open
Description
When having multiple side effects for a rxredux stream, if an exception occurs during the execution of the stream, the process will crash. The process wont crash if there is only one side effect for the given rxredux.
You can recreate the issue launching the Android app from https://github.com/vincentbrison/rxredux-sideeffect-issue
The full test case can be find in the ReduxTestError.kt
file.
The excepted behavior should be the process does not crash if a side effect throw an error?