mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
Fix recur in go-loop
This commit is contained in:
parent
e379168452
commit
bd6adac02b
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user