Skip to content

skipUntil doesn't unsubscribe notifier after first event #1886

Closed
@matthewwithanm

Description

RxJS version: 5.0.0-beta11

Code to reproduce:

Observable.never().skipUntil(Observable.interval(100).do(x => console.log(x))).subscribe()

Expected behavior:

0 will be logged

Actual behavior:

Lots of numbers are logged.

Additional information:

This works as expected in v4.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions