Fork me on GitHub
#ring
<
2018-09-15
>
aaron5106:09:34

I’m trying to avoid restarting the server on changes. How do I use wrap-reload and mount together? wrap-reload takes the var of a handler, which means it has to be a def, so the handler can’t use a defstate (it’s not started yet) Here’s an example - https://gist.github.com/apeckham/d30169162d96cb2c42722743f1fdcd6e Can anyone point me in the right direction?

seancorfield17:09:16

#mount might be a good place to ask, if you haven't already @aaron51

👍 8