Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Upgrade to newer rx version #61

Closed mbossenbroek closed 9 years ago

mbossenbroek commented 10 years ago

The version of rx used today has a broken unsubscribe mechanism, which causes load-* operators to continue to load on background threads infinitely. Update to newer rx version & fix that issue.

mbossenbroek commented 10 years ago

Also, it seems that something is holding onto the head of seqs. The primary use of local mode if integration testing, not processing data, but this should be fixed when rx is upgraded.