Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.async by

Confusion regarding 'mix' lifecycle. Users have a false expectation that a mix's output should magically close when its source channels close, not realizing its a dynamic coordination process. Actually ensuring correctness when using mult/mix/pub isn't so straightforward, people need to control consistency from the producer end, and not ad hoc from the consumer side (e.g. late taps of a mult).

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/ASYNC-69 (reported by halgari)
...