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
i wanted to have a bunch of sources all transitively close automatically when their ultimate sink was closed
as it stands :upstream? true only seems to work on upstream sources connected directly with (connect ... {:upstream? true}) and any map operations in between source and sink will stop close propagation. additionally upstream sources are only closed when items are flowed to the sink marked with :upstream? true, rather than when the sink is closed
i gather from #85 that there are some difficulties with upstream navigation so this feature request may not be feasible, but it would sure be nice :)
The text was updated successfully, but these errors were encountered:
i wanted to have a bunch of sources all transitively close automatically when their ultimate sink was closed
as it stands
:upstream? true
only seems to work on upstream sources connected directly with(connect ... {:upstream? true})
and anymap
operations in between source and sink will stop close propagation. additionally upstream sources are only closed when items are flowed to the sink marked with:upstream? true
, rather than when the sink is closedi gather from #85 that there are some difficulties with upstream navigation so this feature request may not be feasible, but it would sure be nice :)
The text was updated successfully, but these errors were encountered: