catcherwong commented on code in PR #799: URL: https://github.com/apache/rocketmq-clients/pull/799#discussion_r1706272468
########## csharp/rocketmq-client-csharp/Client.cs: ########## @@ -23,7 +23,7 @@ using System.Linq; using Microsoft.Extensions.Logging; using Proto = Apache.Rocketmq.V2; -using grpc = Grpc.Core; +using grpcLib = Grpc.Core; Review Comment: Fix ` warning CS8981: The type name 'grpc' only contains lower-cased ascii characters. Such names may become reserved for the language.` after upgrading the version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
