Does mount support reseting state and retries . This question is in the context of https://clojurians.slack.com/archives/C03S1KBA2/p1516392187000034
@happy.lisper can you register a listener that would be called when this connection is down?
i.e. if yes, mount will restart a set of states when there is an event: https://github.com/tolitius/hubble#backend
in case you need a some kind of "supervisor" that monitors, kills and respawns processes, mount does not do that
Thx for "hubble" link. I realize that "mount" is not the lib which would deal with my specific problem, was just looking for examples how to do that on top of "mount".
sure, hope it helps
yes, I want to use "mount" at some point.