Fix recur in go-loop

This commit is contained in:
janherich 2018-01-12 12:59:18 +01:00
parent e379168452
commit bd6adac02b
No known key found for this signature in database
GPG Key ID: C23B473AFBE94D13
1 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,6 @@
(do (swap! seen disj [clock-value id])
(add-fn msg))
(async/put! mature-ch msg))
(add-fn msg))
(recur)))
(add-fn msg)))
(recur))
in-ch))