-
Notifications
You must be signed in to change notification settings - Fork 3k
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
refactor(shareReplay): avoid memory leaks #5554
Merged
benlesh
merged 1 commit into
ReactiveX:master
from
josepot:chore/shareReplay-ensure-subscription-undefined
Aug 2, 2020
Merged
refactor(shareReplay): avoid memory leaks #5554
benlesh
merged 1 commit into
ReactiveX:master
from
josepot:chore/shareReplay-ensure-subscription-undefined
Aug 2, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
josepot
force-pushed
the
chore/shareReplay-ensure-subscription-undefined
branch
from
July 2, 2020 07:57
229c58d
to
c21ec9b
Compare
josepot
changed the title
chore(shareReplay): ensure subscription is when source completes
chore(shareReplay): ensure subscription is undefined after source completes
Jul 2, 2020
josepot
force-pushed
the
chore/shareReplay-ensure-subscription-undefined
branch
from
July 2, 2020 08:03
c21ec9b
to
c1d5c37
Compare
cartant
requested changes
Jul 3, 2020
josepot
force-pushed
the
chore/shareReplay-ensure-subscription-undefined
branch
from
July 3, 2020 13:09
c1d5c37
to
450c192
Compare
josepot
changed the title
chore(shareReplay): ensure subscription is undefined after source completes
refactor(shareReplay): avoid memory leaks
Jul 3, 2020
josepot
force-pushed
the
chore/shareReplay-ensure-subscription-undefined
branch
from
July 3, 2020 13:13
450c192
to
4498642
Compare
cartant
requested changes
Jul 26, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks right, to me, but the error
callback could be simplified.
josepot
force-pushed
the
chore/shareReplay-ensure-subscription-undefined
branch
from
July 26, 2020 13:14
4498642
to
3744fc9
Compare
💯 done! |
cartant
approved these changes
Aug 1, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR is an attempt to address the following comment from @cartant on #5550
Related issue (if exists):
Somewhat related to this issue #5548