We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Remove reference to C# inproc usage
48ba2b3
Fixes grpc#27 Maybe it's better to crossread this section again and make sure, there are no other examples mentioned that are incorrect.
What about adding the ability to create an inproc transport rather than just removing from the docs?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: