Skip to content

Commit 20fe529

Browse files
committed
Update to Java commit fe7af6b (2013.09.26): fix pub returns pub
1 parent 5088900 commit 20fe529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/clojure/clojure/core/async.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,8 @@
845845
(>! (muxch* m) val)
846846
(catch Exception e
847847
(swap! mults dissoc topic))))
848-
(recur))))))))
848+
(recur)))))
849+
p)))
849850

850851
(defn sub
851852
"Subscribes a channel to a topic of a pub.

0 commit comments

Comments
 (0)