Client retry fails even though channel is reconnects
Opened this issue · 0 comments
gaschler commented
When the channel is temporarily disconnected at the beginning of a client call, retries do not get through even when the connection is fine again.
A work around is to use a separate Client with only a timeout and not a RetryStrategy parameter, and implementing retries oneself (with a loop).