File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Security . Cryptography . X509Certificates ;
33using Ydb . Sdk . Auth ;
4- using Ydb . Sdk . Pool ;
54
65namespace Ydb . Sdk ;
76
Original file line number Diff line number Diff line change 1- using System . Collections . Immutable ;
2- using Google . Protobuf . WellKnownTypes ;
1+ using Google . Protobuf . WellKnownTypes ;
32using Ydb . Operations ;
43
54namespace Ydb . Sdk ;
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ protected async ValueTask<CallOptions> GetCallOptions(GrpcRequestSettings settin
182182 meta . Add ( Metadata . RpcTraceIdHeader , settings . TraceId ) ;
183183 }
184184
185- foreach ( var setting in settings . ClientCapabilities ) {
185+ foreach ( var unused in settings . ClientCapabilities ) {
186186 meta . Add ( Metadata . RpcClientCapabilitiesHeader , "session-balancer" ) ;
187187 }
188188
You can’t perform that action at this time.
0 commit comments