leonoel / missionary

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

latest crashes when input notifies immediately on deref #25

Closed leonoel closed 3 years ago

leonoel commented 3 years ago

Found by @dustingetz Repro :

(m/? (m/aggregate conj (m/latest identity (m/enumerate [:a :b]))))
leonoel commented 3 years ago

Fixed in b.20