hello!
I'm wondering if I'm missing/misunderstanding something
I'm storing an aleph server in a defstate
like this:
(defstate web-conn
:start (http/start-server handler {:port 3000})
:stop (.close web-conn))
However when I go into the repl and inspect web-conn
, it comes up as nil
hmm turns out it's there but something else is running on that port
@jethroksy: where and how is web-conn
started?
the response is delayed by 7 hours.. I guess due to our diffs in time zones :simple_smile: but was something just started on 3000
and therefore web-conn
could not be started?