Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Falco20019 opened this issue May 29, 2019 · 1 comment · Fixed by #28
Closed
Labels
bug Something isn't working

Comments

@Falco20019
Copy link
Contributor

This is a copy of an unfixed problem: grpc/grpc.github.io#803


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.

@Falco20019 Falco20019 added the bug Something isn't working label May 29, 2019
Falco20019 added a commit to Falco20019/grpc.io that referenced this issue May 29, 2019
Fixes grpc#27 

Maybe it's better to crossread this section again and make sure, there are no other examples mentioned that are incorrect.
@jeffdoolittle
Copy link

What about adding the ability to create an inproc transport rather than just removing from the docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants