immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
2016-02-23T18:27:20.000012Z

anyone around? I’m trying to figure out how to restart undertow in a repl

2016-02-23T18:27:38.000013Z

I can run it and stop it, but not sure how to reload namespaces and restart the thing

2016-02-23T18:29:06.000014Z

hrm, maybe my issue is app-specific, sorry…I guess I should be able to simply stop it and reload and run again huh?

2016-02-23T18:29:15.000015Z

(using immutant.web/run, immutant.web/stop)

2016-02-23T19:56:57.000016Z

@ddellacosta: right - you probably want to call stop then run again

2016-02-23T19:58:46.000017Z

@tcrawley: Thanks. Turns out my issue is with some other stateful process that is messing stuff up when I restart, and I mistakenly thought it was immutant’s fault…apologies for the noise.

2016-02-23T19:58:49.000018Z

But thanks for the confirmation.

2016-02-23T19:58:56.000019Z

my pleasure!

2016-02-23T23:32:42.000020Z

Think this is something folks are going to be interested in a patch for? https://issues.jboss.org/browse/IMMUTANT-610

2016-02-23T23:32:46.000021Z

guess I should have asked here first