[grpc-io] Re: gRPC Node.js server-side cancel

2019-07-17 Thread Thomas Mercier
Not sure if this is your issue, but I am convinced the IsCancelled feature is broken in core: https://github.com/grpc/grpc/issues/18929 On Wednesday, July 17, 2019 at 2:38:03 PM UTC-7, ikcge...@gmail.com wrote: > > Hey gRPC team, my name's Ian! Super excited about this technology, but > have bee

Re: [grpc-io] gRPC Node.js OS Question

2019-07-17 Thread Ian Crena Geckeler
Thank you for this response Michael, this has been super helpful and we've been able to fully implement interceptors now! I actually had another question and was wondering if you might be able to provide a bit of direction for me. Any thoughts would be awesome! Here's where we're at: *I have a se

[grpc-io] gRPC Node.js server-side cancel

2019-07-17 Thread ikcgeckeler
Hey gRPC team, my name's Ian! Super excited about this technology, but have been running into a few difficulties implementing in Node.js. Here's one that has been stumping me: *I have a server-side streaming service-method on the client.* const numberStream = stub.streamNumbers( { number: 5

[grpc-io] is this a good for auto recovery ?

2019-07-17 Thread Elhanan Maayan
hi.. i'm trying to create a situation, where the channel will always try to connect and re-connect whether the destination is down, or got disconnected, so i'm trying to use notifyStateChanged like so: final Grpc.Stub stub= Grpc.newStub(channel).withCallCredentials(callCredentials); final