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
There is going to be a moderate challenge in using mozolm with an out of process service to host the algorithms.
Looks like there is an inprocess transport, but it also seems this might constrain the client to Java? Not sure.
https://grpc.github.io/grpc-java/javadoc/io/grpc/inprocess/package-summary.html
Notes to self for investigating an in proc lib that interoperates with .NET Core 5:
https://github.com/bazelbuild/rules_dotnet https://docs.microsoft.com/en-us/cpp/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio?view=msvc-160
The text was updated successfully, but these errors were encountered:
This may indeed be challenging. Found this:
https://stackoverflow.com/questions/65389428/how-to-connect-to-grpc-c-inprocesschannel-not-from-c
Sorry, something went wrong.
No branches or pull requests
There is going to be a moderate challenge in using mozolm with an out of process service to host the algorithms.
Looks like there is an inprocess transport, but it also seems this might constrain the client to Java? Not sure.
https://grpc.github.io/grpc-java/javadoc/io/grpc/inprocess/package-summary.html
Notes to self for investigating an in proc lib that interoperates with .NET Core 5:
https://github.com/bazelbuild/rules_dotnet
https://docs.microsoft.com/en-us/cpp/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio?view=msvc-160
The text was updated successfully, but these errors were encountered: