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
When a ObservableCombineLatest is disposed, is there any particular reason why it does not dispose all of it's observers? i'm seeing getAndIncrement() be non-zero and that observer is not receiving any more events, so a memory leak is caused