-
Simple socks5 proxy using vertx 3.2.1.
It always receive only part of the response and then blocked until timeout.
And it had no problems when I used socks codec with netty4.1.
``` java
public class …
-
Switching to new web client expectation ( #2607 ) occurre bug when body codec response is set.
Response is decoded prior to check expecting and result to a DecodedException
**Version**
Vertx 4.…
-
java.lang.VerifyError: class org.jruby.jubilee.RackEnvironmentHash overrides final method to_s19.(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
at java.lang.ClassLoader…
sziep updated
8 years ago
-
When opening, say, https://how-to.vertx.io/?tags=scala then you only see the how-tos matching the `scala` tag
-
See the discussion on this thread in the Vert.x google group: https://groups.google.com/d/msg/vertx/eIjzdQI23ss/hjYUtJcxVKcJ
-
We would like to improve the usability and discoverability of data sources and clocks in the biolearn library. The new design is being drafted in this document: https://docs.google.com/document/d/17Ah…
-
The JVM starts up very fast these days, and there are many bugs possible from not forking. For example, I just spent 30 minutes trying to figure out why a Vertx endpoint was not being updated.
-
![image](https://user-images.githubusercontent.com/11831909/55667831-20310b80-5894-11e9-917a-ca27a930706d.png)
i can run the SimpleREST's main method ,but when i call /products in chrome ,the api ret…
-
Given the current focus of the industry on security, We should create a new simple handler that allows auditing of security events as documented by OWASP:
* https://owasp.org/www-project-security-…
-
我使用springboot提供了一个接口, 这个接口的主要作用就是聚合, 并发请求依赖方的http接口,拿到结果,聚合结果,在返回到前端, 我想在并发这个地方使用这个可以否?