Another tip: You are doing some work in `JiraContr...
# tornadofx
e
Another tip: You are doing some work in
JiraController.jiraTicketsUpdatingStream()
which should not run on the UI thread. Either wrap the controller call in
runLater
or wrap the code inside the function in
runLater
.