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

Service never attempts to reconnect #383

Closed
bmwill opened this issue Dec 6, 2019 · 1 comment
Closed

Service never attempts to reconnect #383

bmwill opened this issue Dec 6, 2019 · 1 comment
Labels
A-reconnect Area: The tower "reconnect" middleware C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example

Comments

@bmwill
Copy link

bmwill commented Dec 6, 2019

When running the helloworld client/server from tonic (with a modified client to run in a loop) I found that if a client ever has its connection broken to the server (due to me killing the server for some amount of time) that even if the server is brought back up and is healthy that the client is never able to reconnect and it appears this is due to the client never attempting to retry to establish a connection.

I would expect that the client should attempt to reestablish the connection if it ever has its connection with the server broken.

cc: @LucioFranco

@jonhoo jonhoo added A-reconnect Area: The tower "reconnect" middleware C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example labels Mar 31, 2020
@LucioFranco
Copy link
Member

Closed via #437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-reconnect Area: The tower "reconnect" middleware C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue needs a Minimal Complete and Verifiable Example
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants