Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NextTickAction): fix unsubscription behavior #595

Closed
wants to merge 1 commit into from

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Oct 24, 2015

  • fix clearImmediate behavior prevents nextTickScheduler throws if it's
    being used multiple time

closes #582

- fix clearImmediate behavior prevents nextTickScheduler throws if it's
being used multiple time

closes ReactiveX#582
@@ -4,8 +4,7 @@ import ImmediateAction from './ImmediateAction';
import Action from './Action';

export default class NextTickAction<T> extends ImmediateAction<T> {

id: number;
private id: any;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revised typeof id which wasn't number type.

@benlesh
Copy link
Member

benlesh commented Oct 26, 2015

A strange oversight. Good catch. We need to add more tests around the schedulers to be sure.

@benlesh
Copy link
Member

benlesh commented Oct 26, 2015

Merged with 3d8264c

@benlesh benlesh closed this Oct 26, 2015
@kwonoj kwonoj deleted the fix-nexttick branch October 26, 2015 22:53
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'immediate' Observale.interval failure
2 participants