Skip to content

fix(windowWhen): don't signal on complete#7052

Closed
jakovljevic-mladen wants to merge 6 commits intoReactiveX:8.xfrom
jakovljevic-mladen:fix_windowWhen_-_don_t_signal_on_complete
Closed

fix(windowWhen): don't signal on complete#7052
jakovljevic-mladen wants to merge 6 commits intoReactiveX:8.xfrom
jakovljevic-mladen:fix_windowWhen_-_don_t_signal_on_complete

Conversation

@jakovljevic-mladen
Copy link
Copy Markdown
Member

Description:
This PR is split to two commits:

  • in the first, it aligns windowWhen with bufferWhen - it fixes a now considered bug, so that it stops accepting complete notifications from Observable emitted by closingSelector;
  • in another commit, it updates documentation and marble diagram:

Related issue (if exists):
Closes #6876
Closes #6627

@benlesh benlesh added the 8.x Issues and PRs for version 8.x label Sep 7, 2022
@benlesh
Copy link
Copy Markdown
Member

benlesh commented Sep 7, 2022

Haven't reviewed yet, but I know the bug. It IS a bug, but the fix is also a breaking change. So we need to punt until next major.

@jakovljevic-mladen jakovljevic-mladen changed the base branch from master to 8.x September 9, 2022 20:54
@jakovljevic-mladen
Copy link
Copy Markdown
Member Author

Switching to 8.x branch.

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

Labels

8.x Issues and PRs for version 8.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

windowWhen should NOT be accepting completions as notification signals! Update marble diagram images for operators that accept "notifiers"

3 participants