mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
并发连接数调优
This commit is contained in:
@@ -245,7 +245,7 @@ public class DownlinkGrpcClient {
|
||||
|
||||
@Override
|
||||
public void onError(Throwable t) {
|
||||
log.warn("[{}] Grpc 客户端异常 {}", hostAndPort, t.getMessage());
|
||||
log.warn("[{}] Grpc 客户端异常 {}", hostAndPort, t.getMessage(), t);
|
||||
|
||||
ExecutorService executorService = msgHandleExecutorMap.get(hostAndPort);
|
||||
if (executorService != null) {
|
||||
|
||||
Reference in New Issue
Block a user