Join Slack
Powered by
~Anyone know why the anonymous function in the `sw...
# rx
e
eygraber
12/11/2017, 8:49 AM
Anyone know why the anonymous function in the
switchMap
would leak even after unsubscribing? LeakCanary is telling me that the
BehaviorSubject
(from
observeUser
) is still holding a reference to the anonymous function through its
subscribers
.
User error 😄
Open in Slack
Previous
Next