egorsmth

Results 3 issues of egorsmth

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/keto/blob/master/CODE_OF_CONDUCT.md). -...

bug

I need to do something like this ``` case class Product(id: String, v: Int, w: Long) connection.hgetall[Task, String, Product](...) ```

After ` TooManyWaitersException` FailureAccrual marked connection as dead for 5 seconds. I guess after 5 seconds client tries to retry and again gets error (`ChannelException: Remote Info: Not Available`) and...