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(repeat): add additional resubscription behavior #542

Closed
wants to merge 3 commits into from

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Oct 15, 2015

  • repeat operator now supports resubscription behavior properly along
    with infinite repeat
  • add, expand test coverage
  • update micro perf test case

closes #516

Tried to update operator's behavior, as well as expanding test coverage.

@benlesh
Copy link
Member

benlesh commented Oct 15, 2015

@kwonoj ... can you please have your tests added in a separate commit? This is so our change log shows that tests were added. Thank you!

@kwonoj
Copy link
Member Author

kwonoj commented Oct 15, 2015

Absolutely, will do it now.

- repeat operator now supports resubscription behavior properly along
with infinite repeat

closes ReactiveX#516
- remove redundant scheduler parameter which operator doesn't accept
- separate tests for scalar
@kwonoj
Copy link
Member Author

kwonoj commented Oct 15, 2015

now commits are separated per feature, tests.

@benlesh
Copy link
Member

benlesh commented Oct 16, 2015

Merged with a12a5ae ... thanks again, @kwonoj

@benlesh benlesh closed this Oct 16, 2015
@kwonoj kwonoj deleted the feat-repeat branch October 16, 2015 22:30
@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.

repeat() operator behavior
2 participants