go-grpc-middleware icon indicating copy to clipboard operation
go-grpc-middleware copied to clipboard

Fix StreamServerInterceptor doc example

Open Julio-Guerra opened this issue 5 years ago • 2 comments

Fix the example showing how to store a value into a stream context:

  • get the stream context out of the stream object.
  • pass the newly created wrapped stream to the handler.

Julio-Guerra avatar Feb 04 '19 10:02 Julio-Guerra

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

googlebot avatar Feb 04 '19 10:02 googlebot

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   73.09%   73.09%           
=======================================
  Files          36       36           
  Lines        1349     1349           
=======================================
  Hits          986      986           
  Misses        314      314           
  Partials       49       49

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f849b54...e77a5da. Read the comment docs.

codecov-io avatar Feb 04 '19 10:02 codecov-io