<@U282LGMGR> I guess the co routine is blocking th...
# tornadofx
e
@redrield I guess the co routine is blocking the JVM perhaps. Does it close correctly if you remove the
runBlocking
wrapper?
r
From the looks of things I can remove runBlocking, cause I don't believe the block of runAsync is
suspend
e
That's right, it would do no good there anyway