Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

C# can't really use Inproc transport as indicated by "language stacks" blogpost #803

Open
jtattermusch opened this issue Jan 2, 2019 · 0 comments
Assignees

Comments

@jtattermusch
Copy link

https://grpc.io/blog/grpc-stacks mentions "For example, you could use C# instead, and use an In-Process transport", which doesn't seem to be accurate. While this is true in principle, C# actually doesn't expose the APIs to create in-proc channel (such as https://github.com/grpc/grpc/blob/618a3f561d4a93f263cca23abad086ed8f4d5e86/src/core/ext/transport/inproc/inproc_transport.h#L26), and therefore you can't currently use an inproc transport with C#.
We should update the blogpost and provide a better example.

This has been pointed out by https://groups.google.com/forum/#!msg/grpc-io/-H_Zjletyng/Q8xuwFluAgAJ.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants