[grpc-io] Re: gRFC L61-core: gRPC security level negotiation between call credentials and channel.

2019-12-05 Thread 'Christopher Warrington - MSFT' via grpc.io
On Thursday, December 5, 2019 at 12:31:56 PM UTC-8, Yihua Zhang wrote: > I have created a gRFC - https://github.com/grpc/proposal/pull/167 > > Please let me know your comments on this thread. I think it would be useful to add to the proposal: * an explanation of the pros/cons that lead to the

[grpc-io] gRFC L61-core: gRPC security level negotiation between call credentials and channel.

2019-12-05 Thread 'Yihua Zhang' via grpc.io
I have created a gRFC - https://github.com/grpc/proposal/pull/167 Please let me know your comments on this thread. -- 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] Re: corrupted stack/heap when using statically-built gRPC on Windows

2019-12-05 Thread 'Jan Tattermusch' via grpc.io
Can you provide a minimal reproduction for the problem? (include commands to run as a preparation and a simple C++ project that demonstrates the issue.) You're right in the sense that you need to run grpc_init() before using gRPC in C++. There might be other problems in your code, but it's hard

[grpc-io] Re: what does "building static library" mean when installing gRPC?

2019-12-05 Thread 'Jan Tattermusch' via grpc.io
The link for filing grpc vckpkg issues is here: https://github.com/grpc/grpc/tree/master/src/cpp#install-using-vcpkg-package Build options for the vcpkg package are here: https://github.com/microsoft/vcpkg/blob/a528ee4b856d0d73b6b837dfa7ab2e745d02b5ca/ports/grpc/portfile.cmake#L59 On