Arooba Shahoor
Arooba Shahoor
@Ladicek Right, you know I was wondering the same.. :) Then I came across similar issue by another user (of executeBlocking still throwing blocking errors: https://github.com/eclipse-vertx/vert.x/issues/2798 The Vertx developers then...
@vietj Should I try updating?
Apologies for the delayed response.. If I replace `executeBlocking()` with `executor.execute(..)`, the return type will become void right? so we would have to update the usage of `send` method call...
bump @haeminn
bump @rogi-sh
@cescoffier Thank you for the detailed response! > I don't think the test runs on the event loop, so blocking is acceptable. Hmmm tbh I'm not an expert on reactive...
> Do you have the name of the thread running the test? hm, I would have to rerun it again with the profiler, let me get back to you once...