You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call the stop function (from either the LFE or Clojure API)
Watch the CPU jump to post 100%
It seems that stopping only really works when you run the clojure server from (-main); looks like the core.async loop in (managed-server) isn't written correctly.
The text was updated successfully, but these errors were encountered:
(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.The text was updated successfully, but these errors were encountered: