Skip to content

2.x: Disposal of ObservableCombineLatest's observers? #5111

Closed
@jbarr21

Description

@jbarr21

When a ObservableCombineLatest is disposed, is there any particular reason why it does not dispose all of it's observers? i'm seeing getAndIncrement() be non-zero and that observer is not receiving any more events, so a memory leak is caused

https://github.com/ReactiveX/RxJava/blob/2.x/src/main/java/io/reactivex/internal/operators/observable/ObservableCombineLatest.java#L128

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions