I'm using this on Windows, for an automated test.

The test runner is written in C# (.Net Framework 4.7.2), using Grpc.Core 
(e.g. the C++ wrapped as C#).
The application is in C++ using C++ grpc.

No secure channels, no special things, just local port, and no issues so 
far.
The only thing I've had to do is bump the max message size to 128mb, as big 
buffers are transferred (screenshots).

I only wish there was support for AF_UNIX (since it's now available on 
Windows), so I don't have to use a port, but no biggie.
Looking forward replacing it with the fully dotnet version (e.g. no C++ for 
C#), once we fully migrate.

On Friday, November 19, 2021 at 3:40:58 AM UTC-8 [email protected] wrote:

> How feasible is it to have implementations where one end is in:
>
> * C++ (native)
> * C# running .NET 4.8 full framework
> * C# running .NET Core 5.0 or later
>
> And the other end running in one of the other two....
>
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/b976f8ad-a638-4c92-81eb-66a387c13cden%40googlegroups.com.

Reply via email to