This commit is contained in:
freddygv 2022-10-13 15:55:55 -06:00
parent 437a513d9b
commit 452dc2867c
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ func (s *Server) establishStream(ctx context.Context,
}),
grpc.WithDefaultCallOptions(grpc.MaxCallSendMsgSize(50 * 1024 * 1024)),
}
logger.Trace("dialing peer", "addr", addr)
conn, err := grpc.DialContext(streamCtx, addr, opts...)