Julien Viet

Results 921 comments of Julien Viet

the script will try to send several requests as I can see, so what would be the accurate way to reproduce the issue ?

can you make a reproducer with a regular client like Vert.x instead of requiring two scripts to be executed ? it's not clear also how to observe the issue.

@tobias I've run the reproducer for 3 minutes and I'm continusouly getting ``` 14:50:41.993 [vert.x-eventloop-thread-0] INFO com.agapic.vertx_reproducer.Client - Attempting to connect to websocket and expecting a 403 response 14:50:41.993 [vert.x-eventloop-thread-0]...

I meant that was I observe seems to work correctly, can you confirm it ?

in some cases it might be a good thing that Vert.x performs some operation using a worker. I remember I checked for Ruby and I think something was preventing that...

we could for this part (SSL context creation) which can be expensive disable the the check I think. > On Sep 25, 2017, at 6:18 AM, Archimedes Trajano wrote: >...

can you show the exact code also that leads to that, without it we can only speculate.