dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.29k forks source link

Named pipes support? #22341

Open Insvald opened 3 years ago

Insvald commented 3 years ago

Is it possible to use named pipes the same way with gRPC? I tried and didn't succeed.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Rick-Anderson commented 3 years ago

Is it possible to use named pipes the same way with gRPC? I tried and didn't succeed.

No. @JamesNK will correct me if I'm wrong.

JamesNK commented 3 years ago

It is likely possible to extend our gRPC client and server to support named pipes, but we haven't got any samples or documentation about doing it.

Insvald commented 3 years ago

Thanks @JamesNK! Maybe you could share some ideas how it can be achieved?

I try to communicate with containerd gRPC API, so I am interested in client. Now I have to run containerd in Linux container and work via UDS. And they do not support UDS on Windows yet, but only named pipes.