Skip to content

Fix window when don t signal on complete#7152

Merged
benlesh merged 3 commits intoReactiveX:masterfrom
jakovljevic-mladen:fix_windowWhen_-_don_t_signal_on_complete
Jan 20, 2023
Merged

Fix window when don t signal on complete#7152
benlesh merged 3 commits intoReactiveX:masterfrom
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

p.s. This was opened in #7052 while we had 8.x branch.

@benlesh benlesh merged commit 7fb60f2 into ReactiveX:master Jan 20, 2023
@jakovljevic-mladen jakovljevic-mladen deleted the fix_windowWhen_-_don_t_signal_on_complete branch January 20, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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"

2 participants