Open
Description
What happened?
Hi,
Firstly thank you for the great library, it transformed the way I thought about building UIs and it's so much more elegant than redux and so much cleaner than React hooks.
I have a library called re-graph which uses re-frame mostly for state management of websocket lifecycle. It runs in both cljs and clj, and we have uncovered an issue with the clj implementation which is preventing clean shutdown of the JVM because of an executor thread which is left running.
The full conversation is here: oliyh/re-graph#75
@lowecg has produced some code which works around the issue, but I think this would be best incorporated into re-frame (or maybe re-frame-test) and I'd be grateful to know what you think.
Thanks for your time
Version
1.2.0
What runtimes are you seeing the problem on?
JVM (CLJC)
Relevant console output
No response