Skip to content
#

proto

Here are 70 public repositories matching this topic...

grantwest
grantwest commented Feb 21, 2020

I have a function that is a normal request with streaming response, and these are my questions/confusions:

Should I be calling GRPC.Stub.recv on the stream multiple times? It feels like I should.

The documentation mentions the end_stream function, then it says this:

The stream will be in half_closed state after this is called.

So presumably there is a way to get the stream

ekhabarov
ekhabarov commented Dec 20, 2019

At the moment this plugin generates two files for each processed *.proto file with names:

  • <protofile>_transformer.go
  • options.go

In this case it's hard to say were these files auto-generated or weren't by its names.

Use additional file extension for auto-generated files: *.pb.st.go, as a result files should be named as :

  • <protofile>.pb.st.go
  • options.pb.st.go

Improve this page

Add a description, image, and links to the proto topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the proto topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.