I am trying to do a POC where i am trying to make my Site controller studio on local system written in C# interact with the Server written in C++ hosted on remote desktop by using Grpc Protocol. I tried following the below blog for C# client : https://docs.microsoft.com/en-us/aspnet/core/grpc/basics?view=aspnetcore-6.0
The server is written in C++ and client is written in C#. The operating system i am using is Windows.
For C++,I followed the following blog: https://medium.com/@andrewvetovitz/grpc-c-introduction-45a66ca9461f
But I got one error after executing command
git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc
The error was RELEASE_TAG_HERE not found in origin.
I have not established the C++ Server yet .So, I am stuck to proceed further with C++ and C# interaction. A help in this would be great.