Duo Zhang

Results 21 issues of Duo Zhang

Introduce a ThreadOptions for setting daemon, priority and uncaughtExceptionHandler for VertxThread For #4464

#### Describe the feature Allow vertx thread to be daemon #### Use cases https://github.com/eclipse-vertx/vert.x/blob/2439c849549b08a1e7ffee8f09eae886c9fe88f6/src/main/java/io/vertx/core/impl/VertxImpl.java#L1144 Here we force setting the daemon to false when creating vertx thread. The reason is to...

enhancement

… broken pipe instead of bad auth Also change the IPC related tests to test different combinations of rpc server&client, for example, NettyRpcClient and SimpleRpcServer