Update required version on gRPC retries page (#21815)
parent
ba921e7c3e
commit
dc1240ebe6
|
@ -4,7 +4,7 @@ author: jamesnk
|
|||
description: Learn how to make resilient, fault tolerant gRPC calls with retries in .NET.
|
||||
monikerRange: '>= aspnetcore-3.0'
|
||||
ms.author: jamesnk
|
||||
ms.date: 02/25/2021
|
||||
ms.date: 03/18/2021
|
||||
no-loc: [appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
|
||||
uid: grpc/retries
|
||||
---
|
||||
|
@ -14,7 +14,7 @@ By [James Newton-King](https://twitter.com/jamesnk)
|
|||
|
||||
gRPC retries is a feature that allows gRPC clients to automatically retry failed calls. This article discusses how to configure a retry policy to make resilient, fault tolerant gRPC apps in .NET.
|
||||
|
||||
gRPC retries requires [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) version 2.36.0-pre1 or later.
|
||||
gRPC retries requires [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) version 2.36.0 or later.
|
||||
|
||||
## Transient fault handling
|
||||
|
||||
|
|
Loading…
Reference in New Issue