[grpc-io] Re: Grpc implemtation in react native

2023-08-17 Thread 'Eryu Xia' via grpc.io
Hi Mumin, gRPC-Web would be the library that have potential to work in React Native, but i'm not sure if it works or if it works well. If it does work, you would need to run a proxy along with

Re: [grpc-io] Re: Received message larger than max error

2023-08-17 Thread 'Sanjay Pujare' via grpc.io
No idea. It comes from here https://github.com/grpc/grpc/blob/master/include/grpc/impl/grpc_types.h#L181 but I don't know the source of that default. On Thu, Aug 17, 2023 at 1:35 PM Chandra Shekhar wrote: > Thanks sanjay. You are right its more of an audio server issue than grpc. > Any pointers

[grpc-io] Re: The grpc-go example code doesn't appear to support Go modules

2023-08-17 Thread 'Easwar Swaminathan' via grpc.io
Our examples do use Go modules. Please see the top-level directory: https://github.com/grpc/grpc-go/tree/master/examples Also, could you please share the error you are running into so that we can see if our examples need updating. Thanks Easwar On Monday, August 7, 2023 at 1:37:57 PM UTC-7

Re: [grpc-io] gRPC as dynamic library interface (no network stack or IPC)

2023-08-17 Thread Pablo Odorico
Hello Mark, Thank you for your response, I'll take a look at the in-process transport. I didn't think about avoiding (de-)serializing the protobufs, but now that you mention it it would make a lot of sense. Regards, Pablo On Wed, Aug 16, 2023 at 8:19 PM Mark D. Roth wrote: > > The closest

Re: [grpc-io] gRPC netty NoRouteToHostException

2023-08-17 Thread Bhuvi Viji
Thanks Eric. Will check this option On Monday, 14 August 2023 at 21:57:14 UTC+5:30 Eric Anderson wrote: > You get that exception because all backends failed to be connected to. I > expect this is a server deployment-approach problem. Does the service do a > rolling restart? > > The only thing