Open oubiwann opened 7 years ago
There's a new core.async release that fixes a related issue (and might well fix the issue underlying this bug).
That being said, I think the source of the problem is actually an incorrect placement of a recur inside or outside an if/when block ...
(managed-server)
stop
function (from either the LFE or Clojure API)It seems that stopping only really works when you run the clojure server from
(-main)
; looks like thecore.async
loop in(managed-server)
isn't written correctly.