grpc / grpc.github.io

The grpc.io website. (on GitHub pages)
276 stars 381 forks source link

Trivial: reuse the already-defined context instance #717

Closed salbat closed 6 years ago

salbat commented 6 years ago

Context "ctx" instance has been previously instantiated in the same "client" file. Reusing the same instance will reflect a consistent example across all client code.

thelinuxfoundation commented 6 years ago

Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement.

After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.

Regards, CLA GitHub bot

carl-mastrangelo commented 6 years ago

Thanks @salbat !