Skip to content
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
@vincentbrison

Description

@vincentbrison

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions