Skip to content
New issue

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

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

Already on GitHub? # 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 {
  ...
}

@menghanl menghanl force-pushed the non_failfast_after_cc_close branch from b70d148 to f3ac95e Compare August 18, 2016 23:44
@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
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants