[grpc-io] Connecting to my gRPC server from an external source

2022-12-15 Thread Abdullah Jan
I have a server where I have deployed my node.js based gRPC server and I want to connect my client to it, client, for now, is a js client later we will have a Java client. Locally it works perfectly, but on connection with the server my client throws, ``` Error: 14 UNAVAILABLE: No connection

[grpc-io] Re: Is there a way to install gRPC via CMake without requiring sudo?

2022-12-15 Thread 'veb...@google.com' via grpc.io
I think this should work. If you see this problem only with zlib, you can consider installing gRPC without installing zlib by passing `-DgRPC_ZLIB_PROVIDER=package` when running cmake which means that it will use installed zlib. On Tuesday, December 13, 2022 at 2:26:04 AM UTC-8

Re: [grpc-io] Migration from WCF to gRPC core

2022-12-15 Thread 'Mark D. Roth' via grpc.io
gRPC does not provide a way to start an RPC from the server side. RPCs are always started from the client side. The general approach I would recommend in this kind of situation is to use a bidi streaming call that the client keeps open at all times, so that the server can use that to send a

[grpc-io] Re: Can't build simple python gRPC client/server on Mac M2 (Arm64) with Bazel

2022-12-15 Thread 'Richard Belleville' via grpc.io
I think this message is the solution: *external/com_github_grpc_grpc/src/core/lib/gpr/useful.h:109:17: error: use of 'auto' in lambda parameter declaration only available with '-std=c++14' or '-std=gnu++14'* We require C++14 and you're not compiling against it. Have you tried adding build

[grpc-io] Re: Connect to a Go GRPC Server running with TLS enabled using node js grpc client

2022-12-15 Thread 'Zach Reyes' via grpc.io
Can you please file an issue in the gRPC-Go repository if you need help: https://github.com/grpc/grpc-go/issues. Thanks! On Tuesday, December 13, 2022 at 1:48:30 PM UTC-5 vikasg...@gmail.com wrote: > Hi , > Could you please help - How did you resolve the issue? > > On Wednesday, 15 March 2017