Results 5 comments of Vsevolod

> I'm using etcd client in my web api application and have implemented watch which works fine. However i'm facing the following issue. > > **Etcd connection gets disconnected** >...

``` var kv = client.Get( new RangeRequest { Key = ByteString.CopyFromUtf8("foo"), RangeEnd = ByteString.CopyFromUtf8(dotnet_etcd.EtcdClient.GetRangeEnd("foo")), Revision = 4 }); ```

closed by mistake, still actual

yeap, this will be work out of the box on dotnet 5 or later. but it would break the retries from `CallEtcd` methods, because these methods retrying over `dotnet-etcd` `balancer`...

this might be helpful https://docs.microsoft.com/en-us/aspnet/core/grpc/retries?view=aspnetcore-6.0#configure-a-grpc-retry-policy