What happened was `getData()` just grabbed some in...
# tornadofx
r
What happened was
getData()
just grabbed some in memory test data and returned before the success function could be installed (before the
Platform.runLater()
queue was checked again I guess), so it never ran.