You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When my observable completes, errors, or gets unsubscribed, I need to do a cleanup using the last emitted value.
Describe the solution you'd like
I'd like to get the last emitted value as an argument to finally's callback
Describe alternatives you've considered
All the alternatives look too clumsy.
Additional context
Another issue about adding a callback argument to finalize: #2823
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
When my observable completes, errors, or gets unsubscribed, I need to do a cleanup using the last emitted value.
Describe the solution you'd like
I'd like to get the last emitted value as an argument to
finally
's callbackDescribe alternatives you've considered
All the alternatives look too clumsy.
Additional context
Another issue about adding a callback argument to
finalize
: #2823The text was updated successfully, but these errors were encountered: