Re: [grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-07 Thread Tim McManamey
https://gist.github.com/tmcmanameyunl/e3b3a8ec34c35c47ff4d8b378f643ef5 On Friday, October 7, 2016 at 11:05:20 AM UTC-5, Louis Ryan wrote: > > Tim, > > Any chance you can put your code into a PR on Github or a Gist to make it > easier to reivew? > > - Louis > > On Fri, Oct 7, 2016 at 6:11 AM,

Re: [grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-07 Thread 'Louis Ryan' via grpc.io
Tim, Any chance you can put your code into a PR on Github or a Gist to make it easier to reivew? - Louis On Fri, Oct 7, 2016 at 6:11 AM, Tim McManamey wrote: > Updated code is below. Still doesn't work after calling .addMessage2(str) > > On Thursday, October 6, 2016 at 6:25:57 PM UTC-5, Louis

Re: [grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-07 Thread Tim McManamey
Updated code is below. Still doesn't work after calling .addMessage2(str) On Thursday, October 6, 2016 at 6:25:57 PM UTC-5, Louis Ryan wrote: > > > > On Wed, Oct 5, 2016 at 2:46 PM, Tim McManamey > wrote: > >> I want to return a List of strings using gRPC. In my program it seams to >> add a st

Re: [grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-07 Thread Tim McManamey
No, I did not. I copied the wrong state of my code. I had the add method in there before. I will update my code to be correct. On Thursday, October 6, 2016 at 6:25:57 PM UTC-5, Louis Ryan wrote: > > > > On Wed, Oct 5, 2016 at 2:46 PM, Tim McManamey > wrote: > >> I want to return a List of str

Re: [grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-06 Thread 'Louis Ryan' via grpc.io
On Wed, Oct 5, 2016 at 2:46 PM, Tim McManamey wrote: > I want to return a List of strings using gRPC. In my program it seams to > add a string to the repeated value fine, but when I return the value to the > calling program it's empty. Here is my code: > > my.proto > > syntax = "proto3"; > > op

[grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-05 Thread Tim McManamey
I want to return a List of strings using gRPC. In my program it seams to add a string to the repeated value fine, but when I return the value to the calling program it's empty. Here is my code: my.proto syntax = "proto3"; option java_multiple_files = true; option java_package = my.package.na