[grpc-io] Re: Set keepalive in C# client

2017-12-04 Thread wangjunwei87
I encounter the same problem, and I don't know how to deal with it. On Sunday, July 23, 2017 at 3:08:14 AM UTC+8, koen.vl...@gmail.com wrote: > > > I'm using the gRPC client in C# and using a long-lived duplex stream. > However, the TCP connection is closed at some time and therefore I would >

Re: [grpc-io] grpc c++ stream blocked when connect to an unavailable server

2017-12-04 Thread csenanda
Hi, Can you help me understand how did you overcome this issue. I too have a client that invokes streaming rpc and it gets blocked in ClientReader::Read. I cant set a timeout as it would mean the rpc needs to be invoked again after the timeout. I need a way to reestablish the server connection

[grpc-io] Re: Metadata from server to client

2017-12-04 Thread chilladx
I finally found my way: https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-metadata.md So basically, grpc.SetHeader() + grpc.SendHeader() and grpc.SetTrailer() are totally what I was looking for. On the client side, grpc.Header() and grpc.Trailer() functions need to be passed to

[grpc-io] Custom Transport Security

2017-12-04 Thread aajtodd
Is there a way to set custom transport security other than SSL? I saw this post https://github.com/grpc/grpc/issues/9985 but it wasn't particularly helpful. I have browsed through the source of gRPC a bit and see what appears to be a generic handshake mechanism that looks promising but it

[grpc-io] Re: Getting "all SubConns are in TransientFailure" sending to local grpc service.

2017-12-04 Thread yufeng
Hi Paul, can i ask did you have solved the issue. i have the same problem.. On Tuesday, November 14, 2017 at 5:36:19 AM UTC+8, Paul Breslin wrote: > > > I'm running local grpc services under Docker for Mac. All has been fine > but today I started getting intermittent failures: > rpc error: code

[grpc-io] Re: gRPC Java 1.8.0 released

2017-12-04 Thread mfirry
This is great! How "safe" is it to upgrade from 1.6 to 1.8? Should I take something into account? Thanks On Wednesday, November 22, 2017 at 7:11:01 PM UTC+1, Eric Anderson wrote: > > gRPC Java 1.8.0 is now released and available on Maven Central. > > v1.9.0 is scheduled for January 2nd, but

[grpc-io] Support for mp3 music playback from radio station or 3r party music websites

2017-12-04 Thread Abbhishek Misra
Hello All, Does https://github.com/googlesamples/assistant-sdk-cpp or any other example support mp3 music playback from radio station or 3r party music websites? I tried assistant-sdk-cpp, it some times pays any song from its own choice completely disregarding request that I make. Is there