[grpc-io] gRPC compilation for XP (v140_xp)

2016-10-19 Thread Amit Waisel
I am trying to compile the C++ code for XP platform. I know it is not officially supported. By changing the _WIN32_WINNT to 0x501 in global.props, I get many errors: 1. Using RTL_RUN_ONCE API which is supported Vista+ only 2. Support for IPv6 (inet_ntop at

[grpc-io] gRPC channel usage

2017-03-15 Thread Amit Waisel
Hi All, Is it possible to query network usage information (total bytes transferred, current transfer rate [bytes per second], etc) from a gRPC channel? Both secure and insecure. (For example, I would like to query how many bytes were sent and received on the native SOCKET, including

[grpc-io] gRPC C++ connection failure (getaddrinfo) and deadlock

2017-04-24 Thread Amit Waisel
I have a C++ client, that connects to a C# server. The connection is being made by a RPC function (called *InitializeStream()*), that sends a single request and receives a stream of responses from the server. This RPC function is executed with 'max' timeout (if the server is unavailable, later

[grpc-io] Re: gRPC C++ connection failure (getaddrinfo) and deadlock

2017-08-09 Thread Amit Waisel
k it > somehow did, and got the rest of the library confused and stuck ? > > On Monday, April 24, 2017 at 3:53:56 AM UTC-7, Amit Waisel wrote: >> >> I have a C++ client, that connects to a C# server. The connection is >> being made by a RPC function (called >> *I

[grpc-io] gRPC streams unexpected disconnections

2017-09-18 Thread Amit Waisel
I encountered a weird behavior in gRPC. *The symptom* - an active RPC stream is signaled as cancelled on server side (happens from time to time, I couldn't find any correspondence with other events in the environment) although the client is active and the stream shouldn't be closed. It