component 2017-09-12

@vinai not sure if you solved this, or that I understood your issue correctly but I have this in my cider config, to stop and start system when calling cider-refresh:

(setq
   cider-refresh-before-fn "user/stop"
   cider-refresh-after-fn "user/go"
)

@roosta Thank you! I haven't had time to start digging more, but I will.

For now I'm just manually calling (user/reset) instead of using cider-refresh.

Ok 🙂 good luck, if theres anything else let me know.