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

Check cc.conns before reading cc.conns #842

Merged
merged 1 commit into from
Aug 19, 2016

Conversation

menghanl
Copy link
Contributor

No description provided.

req := "hello"
ctx, cancel := context.WithCancel(context.Background())
cancel()
err := Invoke(ctx, "/foo/bar", &req, &reply, cc, FailFast(false))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if err := ...; err == nil {
  ...
}

@iamqizhao iamqizhao merged commit 231b4cf into grpc:master Aug 19, 2016
@menghanl menghanl deleted the non_failfast_after_cc_close branch August 19, 2016 00:23
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants