[grpc-io] Unable to build the C++ hellowold grpc server

2025-03-17 Thread Brad Taylor
I have attempted to follow the instructions on building the example and it fails. I have a system wide cmake installed which is a bit older, so I installed the latest according to instructions. After installing I do a version /var/lzlabs.d/Downloads/cmake/bin/cmake --version cmake version 3.3

Re: [grpc-io] Unable to build the C++ hellowold grpc server

2025-03-18 Thread Brad Taylor
: 1.46.7 Release : 10.el9 Name : grpc-plugins Version: 1.46.7 Release : 10.el9 On Monday, March 17, 2025 at 6:13:45 PM UTC+1 Peter Schow wrote: > Hi Brad, > > On Mon, Mar 17, 2025 at 8:38 AM Brad Taylor wrote: > > > > I have attempted to follow the ins

Re: [grpc-io] Unable to build the C++ hellowold grpc server

2025-03-26 Thread Brad Taylor
secret to getting cmake to find the package. ty for your input On Tuesday, March 18, 2025 at 5:37:55 PM UTC+1 Peter Schow wrote: > On Tue, Mar 18, 2025 at 9:41 AM Brad Taylor wrote: > > > > Oracle Linux Server release 9.5 > > GNU bash, version 5.1.8(1)-release (x86_64-redh

[grpc-io] mixed messages in a stream

2025-04-15 Thread Brad Taylor
Is it allowed to send and receive mixed messages in a stream? Treat iis I have a proto file with two message, a header message and a content message. I want my server to receive one header and a random amount of content messages. It looks like the rpc directive only allows a single message d