Thomas Segismont
Thomas Segismont
Thank you Emad >
>vertx: 3.9.4 and 3.8.5 Have you tried with vertx 4 ? Le sam. 31 oct. 2020 à 15:52, Thanos Apostolou a écrit : > Version > > vertx: 3.9.4 and...
Ok, thanks for reporting this!
@ThanosApostolou I could take some time to look into this and there are two problems actually. 1/ the `doOnChange` value is incorrect, it should not start with a dot It...
I think we should keep it open, remove the target milestone and add the _help wanted_ label. This is something specific to Gradle on Windows, I have no time to...
If you need to schedule a task for execution asap, you can use `io.vertx.core.Vertx#runOnContext`. If you're willing to provide a PR we may consider it.
Indeed in Vert.x 4 the metric object is held by `HttpClientStream`. @vietj what do you think about exposing the metric object in `HttpClientRequestBase`? Something like: ```java public Object metric() {...
I have checked our test suite and subscription examples. They look good to me. I believe this is because GraphiQL is not configured to use the Apollo WS transport for...
There's a [GraphiQL fetcher](https://github.com/apollographql/GraphiQL-Subscriptions-Fetcher) hat supports GraphQL-Subscriptions with the `subscriptions-transport-ws` package. But it works only with an old version of the transport and the project is now archived. So we...
Hi @dazraf . Thank you for offering your help! When this issue was filed, GraphiQL already supported subscriptions (parsing queries and displaying data), but the problem was to have a...