nhancdt2602
nhancdt2602
### What did you do? Use ujson.dumps to dumps dictionary containing python object and non-English character ### What did you expect to happen? The memory keeps stable ### What actually...
### What version of gRPC-Java are you using? 1.60.0 ### What is your environment? jdk-18.0.2.1-x64 Linux 3.10.0-1160.76.1.el7.x86_64 ### Client intialization? ``` NettyChannelBuilder.forTarget(target) .withOption(ChannelOption.CONNECT_TIMEOUT_MILLIS, timeout) .defaultLoadBalancingPolicy("round_robin") .keepAliveTime(60, TimeUnit.SECONDS) .keepAliveWithoutCalls(true) .sslContext( GrpcSslContexts.forClient()...
When I use the load test CLI tool to perform load testing using **UDP mux mode** (port 7882), I’m unable to reach 3,000 participants with just one publisher. As the...