[grpc-io] Re: Per connection completion queue

2018-05-10 Thread 'Christopher Warrington - MSFT' via grpc.io
On Wednesday, May 9, 2018 at 2:05:32 PM UTC-7, jojy.v...@gmail.com wrote: >>> For every connection, we should be able to get the events unique to that >>> connection in completion queue >> Pretend you had such an API. Can you share how you would make us of it >> and what higher-level problem it

[grpc-io] [grpc design] Never ending bidirectionnal stream use case

2018-05-10 Thread David Audrain
Hi, Our client application and our server will continuously exchange messages: - Client may send a message containing a gps coordinate every 10 seconds to the server - Server may send a message containing geolocalized information - If there is nothing close the client gps

[grpc-io] should i cache StreamObserver

2018-05-10 Thread roc
i have client and server. i need send data from data to server and send data from server to client . should i cache StreamObserver both in client and server or start a server at client machine. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To

[grpc-io] npm install grpc is failing on ubuntu 16.04.

2018-05-10 Thread sanms1993
Hi guys, I'm trying to install grpc on ubuntu 16.04. But it is failing with below error. I have installed libgrpc-dev and libgrpc0. Not sure what is the issue. vagrant@fabric:~/hyperledger/fabric-samples/fabcar$ npm install grpc > grpc@1.11.3 install >