Skip to content

RxWorkflowNode causes CancellationException #350

Description

@CherryPerry
  1. Setup proper exception handling (either real app or RxError JUnit rule)
  2. Subscribe to waitForChildAttached when child is not and and won't be attached
  3. Do not unsubscribe
  4. Invoke onDestroy of the node
  5. See CancellationException

Single should not use takeUntil for disposing subscription, it triggers CancellationException because Single is forced to send either item or error.

Metadata

Metadata

Assignees

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