component

roosta 2017-09-12T13:36:38.000374Z

@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"
)

vinai 2017-09-12T13:50:46.000315Z

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

vinai 2017-09-12T13:51:21.000531Z

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

roosta 2017-09-12T13:53:10.000274Z

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

vinai 2017-09-12T13:53:17.000510Z

Will do!