mount

2018-01-19T20:05:24.000056Z

Does mount support reseting state and retries . This question is in the context of https://clojurians.slack.com/archives/C03S1KBA2/p1516392187000034

tolitius 2018-01-19T20:58:23.000288Z

@happy.lisper can you register a listener that would be called when this connection is down?

tolitius 2018-01-19T20:59:21.000440Z

i.e. if yes, mount will restart a set of states when there is an event: https://github.com/tolitius/hubble#backend

tolitius 2018-01-19T21:00:16.000355Z

in case you need a some kind of "supervisor" that monitors, kills and respawns processes, mount does not do that

2018-01-19T21:21:16.000369Z

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".

tolitius 2018-01-19T21:26:52.000338Z

sure, hope it helps

2018-01-19T21:44:20.000197Z

yes, I want to use "mount" at some point.