parent
605463ec24
commit
ae67b12313
28 changed files with 943 additions and 554 deletions
|
@ -80,10 +80,6 @@ internal class ContainerServiceProvider : ContextAccessor
|
|||
request.Sign(Context.Key);
|
||||
|
||||
var response = await containerServiceClient.PutAsync(request, null, ctx.Deadline, ctx.CancellationToken);
|
||||
|
||||
//var response = await Context.InvokeAsyncUnaryWithMetrics(() =>
|
||||
// containerServiceClient.PutAsync(request, null, ctx.Deadline, ctx.CancellationToken),
|
||||
// nameof(containerServiceClient.PutAsync));
|
||||
|
||||
Verifier.CheckResponse(response);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue