[grpc-io] [grpc-java] InvalidProtocolBufferException: Protocol message contained an invalid tag (zero) error

2018-09-16 Thread Anthony Corbacho
Hello, I am new to Grpc and so far like it very much. I am using a bidirectional stream and from time to time I get an exception like this one: io.grpc.StatusRuntimeException: CANCELLED: Failed to read message. at io.grpc.Status.asRuntimeException(Status.java:526) at

[grpc-io] Re: [grpc-java] InvalidProtocolBufferException: Protocol message contained an invalid tag (zero) error

2018-09-17 Thread Anthony Corbacho
aller. You can see how to wire up a > Marshaller by looking in the generated code for the MethodDescriptor. > > On Sunday, September 16, 2018 at 2:38:26 PM UTC-7, Anthony Corbacho wrote: >> >> Hello, >> I am new to Grpc and so far like it very much. >> >>

[grpc-io] Re: [grpc-java] InvalidProtocolBufferException: Protocol message contained an invalid tag (zero) error

2018-09-18 Thread Anthony Corbacho
o.grpc.netty.NettyClientHandler =ALL >> >> >> >> On Monday, September 17, 2018 at 4:52:02 PM UTC-4, Carl Mastrangelo wrote: >>> >>> Here's what i use to turn it on: >>> https://gist.github.com/carl-mastrangelo/49f6d6a8ff29200fcb7d9e25e473b2d0 >

[grpc-io] Re: [grpc-java] InvalidProtocolBufferException: Protocol message contained an invalid tag (zero) error

2018-09-17 Thread Anthony Corbacho
wrote: > > Here's what i use to turn it on: > https://gist.github.com/carl-mastrangelo/49f6d6a8ff29200fcb7d9e25e473b2d0 > > On Monday, September 17, 2018 at 11:39:47 AM UTC-7, Anthony Corbacho wrote: >> >> Hi Carl, >> >> Thanks for the fast answer. >> H