anyone around? I’m trying to figure out how to restart undertow in a repl
I can run it and stop it, but not sure how to reload namespaces and restart the thing
hrm, maybe my issue is app-specific, sorry…I guess I should be able to simply stop it and reload and run again huh?
(using immutant.web/run, immutant.web/stop)
@ddellacosta: right - you probably want to call stop then run again
@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.
But thanks for the confirmation.
my pleasure!
Think this is something folks are going to be interested in a patch for? https://issues.jboss.org/browse/IMMUTANT-610
guess I should have asked here first