By the way, ```override fun onUndock() { C...
# tornadofx
b
By the way,
Copy code
override fun onUndock() {
        ChartServiceServer.getInstance().server.stop()
    }
did the trick, it closes properly now
👍 2