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

Reconnect and GOAWAY #5

Open
2 of 4 tasks
stepancheg opened this issue May 17, 2017 · 1 comment
Open
2 of 4 tasks

Reconnect and GOAWAY #5

stepancheg opened this issue May 17, 2017 · 1 comment

Comments

@stepancheg
Copy link
Owner

stepancheg commented May 17, 2017

Client should reconnect on TCP error or GOAWAY frame.

  • reconnect on TCP error
  • reconnect on internal error (i. e. panic in implementation)
  • handle GOAWAY frame
  • reconnection policy

Reconnection policy is:

  • should we connect on client creation or wait till first request?
  • if client error, should be reconnect immediately or wait for next start request or wait for some time?
stepancheg added a commit that referenced this issue May 17, 2017
@stepancheg
Copy link
Owner Author

First version is implemented: client reconnects on TCP error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant