--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/d9500f87-994e-49a7-a30f-658f77652109n%40googlegroups.com.
Marc,
I was just trying to make the following work: https://docs.microsoft.com/en-us/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-5.0&tabs=visual-studio
See the GreeterClient section.
I will eventually have 3 high-level message types. Both will be client/server in my ASP.Net Core implementation.
If you a pointer to how to do a concrete client for the class provided, that would be wonderful.
One last thing, there are encoders/decoders that were generated (maybe I didn’t use the correct / for protoc). Attached is the c# file that was generated.
From: Marc Gravell <marc.g...@gmail.com>
Sent: Sunday, February 21, 2021 2:40 PM
To: Herbert Falk <herbf...@gmail.com>
Cc: Protocol Buffers <prot...@googlegroups.com>
Subject: Re: [protobuf] Unable to get Client Service to work
I'm a little confused here...