leonoel / missionary

A functional effect and streaming system for Clojure/Script
Eclipse Public License 2.0
630 stars 26 forks source link

reactor publishers should be disabled on failure, not cancellation #52

Closed leonoel closed 1 year ago

leonoel commented 2 years ago

Some flows terminate successfully on cancellation. A publisher backed by such a flow should be subscribable anytime as long as it's not failed. Proposed changes :

leonoel commented 1 year ago

Superseded by #70