[grpc-io] Re: Unary Stream from Python server -> C# Client, StatusCode=Unknown, Detail="Stream removed"

2018-01-26 Thread MNS
over here: https://groups.google.com/forum/#!topic/google-cloud-endpoints/FyfdvD6xS1Q On Thursday, 25 January 2018 15:47:04 UTC+1, MNS wrote: > > I have a unary streaming service from a Python server (1.8.4) to C# client > (1.8.3). > > When I signal the Python to shutdown (TERM1

[grpc-io] Unary Stream from Python server -> C# Client, StatusCode=Unknown, Detail="Stream removed"

2018-01-25 Thread MNS
I have a unary streaming service from a Python server (1.8.4) to C# client (1.8.3). When I signal the Python to shutdown (TERM15) the shutdown method in the code listing below is called, the intention of which is to terminate the rRPCs gracefully, and shut the server down. This works when I'm

Re: [grpc-io] gRPC endpoint with non-root path

2016-11-04 Thread MNS
Ok, thanks for the confirmation. I'll do the routing via subdomains. Regards, Mark On Friday, 4 November 2016 16:48:03 UTC+1, Craig Tiller wrote: > > It's not possible, and not something we're currently planning. > > On Fri, Nov 4, 2016 at 5:18 AM Mark NS > wrote: > >> Maybe (hopefully) I'm mis