You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the way it's implemented, this package will never be interoperable with any other gRPC named pipe implementation, so it's unlikely to be officially endorsed (I talked about this a bit with jtattermusch).
The long term story for gRPC named pipes is to use HTTP over named pipes. That should eventually be supported in ASP.NET Core, which will let it be implemented in grpc-dotnet.
In the meantime this package should work fine if you don't need that interoperability.
This package is pretty cool. I just needed some IPC and figured i'll do some research and ran into this. This seems like a great typed alternative.
The text was updated successfully, but these errors were encountered: