[grpc-io] Re: Using gRPC on localhost

2024-01-30 Thread Dimitris Servis
Thanks a lot AJ! This is great news! On Tuesday 30 January 2024 at 19:24:54 UTC+1 AJ Heller wrote: > Sorry, to clarify, the gRPC C/C++ library is getting support for unix > sockets on Windows. As you pointed out, other languages/libraries/platforms > already have that support. > > On Tuesday,

[grpc-io] Re: Using gRPC on localhost

2024-01-30 Thread 'AJ Heller' via grpc.io
Sorry, to clarify, the gRPC C/C++ library is getting support for unix sockets on Windows. As you pointed out, other languages/libraries/platforms already have that support. On Tuesday, January 30, 2024 at 10:23:10 AM UTC-8 AJ Heller wrote: > Hi Dimitris, > > AF_UNIX support is being added to

[grpc-io] Re: Using gRPC on localhost

2024-01-30 Thread 'AJ Heller' via grpc.io
Hi Dimitris, AF_UNIX support is being added to Windows platforms, you can follow the work here: https://github.com/grpc/grpc/pull/34801 Best, -aj On Sunday, January 21, 2024 at 3:27:58 PM UTC-8 Dimitris Servis wrote: > I want to use gRPC for IPC, on localhost, using C++, in particular for >