Julien Ponge

Results 260 comments of Julien Ponge

So yeah let's think about `await`

@cvgaviao The test method will always execute from the main thread.

I can’t have a look to this right now, but I’ll try later this week. > On 17 Nov 2018, at 23:42, Fabien PÉRIÉ wrote: > > @vietj As requested,...

The `awaitResult` in `testFindAll` is not being called from a fiber. That may explain the error that you get.

I’m travelling so it’s not ideal to investigate. The stack traces aren’t really helpful, can please you insert console traces to point to the piece of your code that eventually...

Hi Fabien, This issue will be delayed to 3.6.1. At this stage it is not clear to me if this is a proper bug or an issue with your code....

If that helps: 3.6.1 should be here in 2018. If you are interested in CompletableFuture, you might as well look at the RxJava integration. Be careful with CompletableFuture, as you...

It’s on my radar > On 5 Dec 2018, at 18:04, Julien Viet wrote: > > @jponge can you handle this for 3.6.1 ? > > — > You are...

I locally changed your `DaoSyncVerticle` to use `start` and `stop` methods rather than `onStarting` and `onStopping` (see the docs). Then running the tests I get a big stack trace showing...

@fperie you may want to check on your side with the tiny changes that I did if you can make progress.