Julien Viet

Results 921 comments of Julien Viet

how do you compare two json objects or json array ?

ok, but here your example compares two `JsonObject` or two `JsonArray` which are not related to the order you describe

we should have it also on NetSocket as it remains useful for other parts of vertx stack like MQTT or SQL client that use NetSocket

I think that the option declaration could simply be in `TCPSSLOptions` or perhaps `NetworkOptions` since it could work for UDP as well ?

I did a quick review of the `VertxPcapWriteHandler` and I can see a few issues with the static metadata map and the pcap write handler. 1. it seems to me...

If I understand correctly, an HTTP server will have concurrent writes to the pcap file. - when the first client will connect to the server, it will create the pcap...

for now I'm really interested by the client and server use case, i.e how / when does the user start and end capture. I think that we should have an...

yes but the question is when does this stop ? On Mon, Feb 21, 2022 at 1:44 PM Georgios Andrianakis ***@***.***> wrote: > > for now I'm really interested by...

@geoand you can already do this with NetSocketInternal (add handlers) can you check with this API ? if that works we could expose the same API for HTTP.