ross-oreto
ross-oreto
Baseline: BenchmarkItems-4 300 4808352 ns/op 1949388 B/op 735 allocs/op BenchmarkMarshalJson-4 100 13807963 ns/op 3298981 B/op 30961 allocs/op BenchmarkStrconv-4 30000000 55.6 ns/op 7 B/op 1 allocs/op BenchmarkSingleInsertAbsent-4 2000000 779 ns/op 183...
> @ross-oreto Hi, how did you handle with Marshal Json ? `BenchmarkMarshalJson-4 300 5256855 ns/op 1950606 B/op 806 allocs/op` I'm facing with Marshal Json error with `interface{}` type key. Got...
1. Yes run does work 2. When running CLI as admin and trying to run --install, I still get a "Unsupported 16-Bit Application" error.
Can also confirm this is happening. I'm using the httpClient in a @Scheduled controller method. Have tried with a different event loop group and also using @ExecuteOn, neither prevented the...
> [@skoya](https://github.com/skoya) it may be because the body has been consumed already and the pipe doesn't get any completion event I can confirm this is the case, in io.vertx.httpproxy.impl.ReverseProxy handle...