[grpc-io] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2017-08-16 Thread Shamy A
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain*

Re: [grpc-io] Re: using grpc for push notification

2017-08-16 Thread piratf . me
Get it! Thank you for your help. You are wonderful. > Oh i think i missed the grpc proto file. But its the same as present in > git repository example folder. This code is modification of example present > in grpc source. You just need to make a small change, add "stream" keyword > in return

Re: [grpc-io] Re: using grpc for push notification

2017-08-16 Thread chaitanya gangwar
Oh i think i missed the grpc proto file. But its the same as present in git repository example folder. This code is modification of example present in grpc source. You just need to make a small change, add "stream" keyword in return argument.

Re: [grpc-io] Re: using grpc for push notification

2017-08-16 Thread piratf . me

Re: [grpc-io] Re: using grpc for push notification

2017-08-16 Thread chaitanya gangwar
proto file is in same folder under proto directory. On Wed, Aug 16, 2017 at 8:51 PM, wrote: > Hi Chaitanya, > > Thank you for you sharing! Can you provide the .proto file with it? It's > hard to understand without the .proto file, and I can't change the code and > recompile

Re: [grpc-io] [Java] Override authority

2017-08-16 Thread vadim . ivanou
Thank you, we'll be definitely looking at DNS config changes too. On Tuesday, August 15, 2017 at 4:32:37 PM UTC-4, Eric Anderson wrote: > > Ah, then ManagedChannelBuilder.overrideAuthority() seems to be what you > want. Linkerd is acting as a reverse proxy, so it "is" the server as far as >

Re: [grpc-io] Re: Can someone give me an example with grpc-java and ssl ?

2017-08-16 Thread 'Eric Gribkoff' via grpc.io
TLS is on by default for OkHttp channels. See our android-interop-test app for an example of how to create a secure connection using a test

Re: [grpc-io] Re: using grpc for push notification

2017-08-16 Thread piratf . me
Hi Chaitanya, Thank you for you sharing! Can you provide the .proto file with it? It's hard to understand without the .proto file, and I can't change the code and recompile it. Thanks Sean Hi John, > > I have added 2 variant of routeguide example, one for asyn stream with one > rpc and

Re: [grpc-io] Re: using grpc for push notification

2017-08-16 Thread piratf . me
Hi Chaitanya, Thank you for you share! Can you provide the .proto file with it? It's hard to understand without the .proto file, and I can't change the code and recompile it. Thanks Sean 在 2017年6月15日星期四 UTC+8下午11:54:52,Chaitanya Gangwar写道: > > Hi John, > > I have added 2 variant of

Re: [grpc-io] Re: Can someone give me an example with grpc-java and ssl ?

2017-08-16 Thread karthik . periasami
Since Netty can't be used in Android, how it should be done in an Android Client? I couldn't find any useful example. On Thursday, January 14, 2016 at 1:43:32 PM UTC+5:30, Young You wrote: > > It works! Thank you very much! > > 在 2016年1月14日星期四 UTC+8上午3:44:41,Eric Anderson写道: >> >> Yep, you need

[grpc-io] Re: [grpc-java] Deadline issues with broken connections

2017-08-16 Thread Uli Bubenheimer
Carl, thanks for your input. In client-server development, especially for mobile, I can control certain things better than others. I have control over the server and can make it very reliable, so that I can mostly rule it out as a point of failure. By contrast, the network is chaotic. Network