Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client retry fails even though channel is reconnects #46

Open
gaschler opened this issue Sep 19, 2018 · 0 comments
Open

Client retry fails even though channel is reconnects #46

gaschler opened this issue Sep 19, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@gaschler
Copy link
Contributor

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).

@gaschler gaschler added the bug Something isn't working label Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant