feat 错误码

This commit is contained in:
2026-01-14 14:21:41 +08:00
parent 6aefdaf650
commit 1c90e21050
4 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,6 @@ func NewGrpcConnection(sid string, address string) (*GrpcConnection, error) {
PermitWithoutStream: true,
},
),
//grpc.WithStatsHandler(&StatsHandler{}),
)
if err != nil {
log.Errorf("create grpc err: %v, sid: %v, addr: %v", err, sid, address)

View File

@@ -20,7 +20,6 @@ func NewGrpcConnection(target string) (*grpc.ClientConn, error) {
PermitWithoutStream: true,
},
),
//grpc.WithStatsHandler(&StatsHandler{}),
)
if err != nil {
log.Errorf("create grpc err: %v, target: %v", err, target)