Join Slack
Powered by
Another tip: You are doing some work in `JiraContr...
# tornadofx
e
edvin
09/27/2018, 3:45 PM
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
.
Open in Slack
Previous
Next