may I suggest an improvement? Right now I'm trying...
# tornadofx
r
may I suggest an improvement? Right now I'm trying to write tests that test a tornadofx application with rest calls using async. I get an issue when I have more than two tests that do async calls. The issue is: the tfxThreadPool and tfxDaemonThreadPool are shut down (as they are effectively static) when I try to run the second test on the save JVM instance