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
The listener of an inner stream in a flatten() was not necessarily being removed when the flatten
operator/producer was stopped, causing a leak. This commit fixes that leak.
Fixes issue #68.
Output:
http://www.webpackbin.com/EkUus9V8W
if
.take(2)
it doesn't leak.The text was updated successfully, but these errors were encountered: