mount

jethroksy 2016-04-16T09:28:31.000003Z

hello!

jethroksy 2016-04-16T09:28:51.000004Z

I'm wondering if I'm missing/misunderstanding something

jethroksy 2016-04-16T09:29:09.000005Z

I'm storing an aleph server in a defstate like this:

jethroksy 2016-04-16T09:29:12.000006Z

(defstate web-conn
  :start (http/start-server handler {:port 3000})
  :stop (.close web-conn))

jethroksy 2016-04-16T09:29:44.000007Z

However when I go into the repl and inspect web-conn, it comes up as nil

jethroksy 2016-04-16T09:33:57.000008Z

hmm turns out it's there but something else is running on that port

tolitius 2016-04-16T17:38:44.000009Z

@jethroksy: where and how is web-conn started?

tolitius 2016-04-16T17:40:05.000010Z

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?