Hi,

I am running a python server and node client using GRPC.

On my Node end I am getting an error

Error: 14 UNAVAILABLE: Connection dropped at Object.callErrorFromStatus 
(/home/node/app/node_modules/@grpc/grpc-js/src/call.ts:81:24) at 
Object.onReceiveStatus 
(/home/node/app/node_modules/@grpc/grpc-js/src/client.ts:334:36) at 
Object.onReceiveStatus 
(/home/node/app/node_modules/@grpc/grpc-js/src/client-interceptors.ts:426:34) 
at Object.onReceiveStatus 
(/home/node/app/node_modules/@grpc/grpc-js/src/client-interceptors.ts:389:48) 
at /home/node/app/node_modules/@grpc/grpc-js/src/call-stream.ts:276:24 at 
processTicksAndRejections (internal/process/task_queues.js:79:11)

How can I figure out what is dropping the connection? Is it client or 
server side that is dropping the connection?

I see the source of this error message here 
<https://github.com/grpc/grpc-node/blob/bf2e5cb1dd25e43f53605d8de2b8e082072ec23e/packages/grpc-js/src/call-stream.ts#L251>.
 
But not sure what in fact is triggering it?

My node client is @grpc/grpc-js@1.3.0.

Regards,
- Octavio

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/f6e2af13-317f-445d-aa70-77b7a8a30daan%40googlegroups.com.

Reply via email to