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 there any reason for SafeSubscriber to retain actual after unsubscribe()? I'm seeing a reference leak through the actual subscriber, and it looks like it should probably be broken by dropping that reference.