Re: [grpc-io] Java gRPC - Most efficient way to deal with client onReady() and isReady()

2018-01-03 Thread Matt Mitchell
Hi, The way my service works is the client will establish a bidi stream. The server then sends a message, from which the client will send n-messages back. During the time when the client is streaming back messages, there can be many messages (potentially thousands), so during that time, I want

[grpc-io] Community Meetings Resuming in 2018

2018-01-03 Thread 'April Kyle Nassi' via grpc.io
Happy New Year! It's been a while since we've had a community meeting - even more so for those who were unable to join us live in Austin at KubeCon! We do have a meeting scheduled for tomorrow, Thursday the 4th, at 11am Pacific time. Hope you can join us! Please add your agenda items and

[grpc-io] Re: C# - Build Errors

2018-01-03 Thread keith . a . gri
Thanks for your reply :) I have tried to follow the steps in this thread : https://github.com/grpc/grpc/issues/11686 But I also got stuck. Tried tagging person who managed to build for ARM but he did not reply. On Wednesday, December 20, 2017 at 12:04:39 PM UTC+1, keith...@gmail.com wrote: >

Re: [grpc-io] Re: gRFC Proposal L12: Node.js gRPC 2.0 API changes

2018-01-03 Thread 'Michael Lumish' via grpc.io
I like your suggestion of matching the http2session.shutdown API, but I don't think it should return a promise, because none of the rest of the API uses promises, and I would prefer to be consistent. That rxjs API concept is interesting, but I think there are some significant issues. Most