Uni Mutiny Unit test emitOn(MutinyHelper.executor(vertx)) never finish on Unit test
I am using Smallrye Mutiniy in my Quarkus project. One of my function have .emitOn(MutinyHelper.executor(vertx))
appended to the pipeline.
I am using Smallrye Mutiniy in my Quarkus project. One of my function have .emitOn(MutinyHelper.executor(vertx))
appended to the pipeline.