<@U6BRLED33> I would advise you to run it in your ...
# vertx
j
@eddy_wm I would advise you to run it in your own thread and not in Vert.x executeBlocking, executeBlocking is designed for method that blocks a fair amount of time (like reading a file or doing an HTTP GET)
n
Is it not possible to run it in a Kotlin Coroutine (they behave like a daemon thread)?