并发连接数调优

This commit is contained in:
三丙
2024-12-09 10:47:11 +08:00
parent 7dc5b0ea25
commit 5cd8c0a08e
3 changed files with 4 additions and 4 deletions

View File

@@ -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) {