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: Fix race when dialing that could lead to disconnects after 20 seconds #1779

Merged
merged 1 commit into from
Jan 4, 2018

Conversation

MakMukhi
Copy link
Contributor

@MakMukhi MakMukhi commented Jan 3, 2018

fixes #1772

Unfortunately, it is not enough to get rid of this workaround:

// TODO: The code from BEGIN to END should be delete once issue

@MakMukhi MakMukhi merged commit e975017 into grpc:master Jan 4, 2018
@dfawley dfawley changed the title Don't set reconnect parameters when the server has already responded with preface. client: Fix race when dialing that could lead to disconnects after 20 seconds Jan 8, 2018
@dfawley
Copy link
Member

dfawley commented Jan 8, 2018

FYI: v1.9.1 has been released with this fix.

@menghanl menghanl added this to the 1.10 Release milestone Feb 14, 2018
@MakMukhi MakMukhi deleted the spurious_reconn branch May 4, 2018 02:10
@lock lock bot locked as resolved and limited conversation to collaborators Oct 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testing: add tests covering races in server settings handshake
3 participants