Hi,
I’m wondering why the code for the ‘Program’ of the gRPC c# client is empty. Where are the calls for the server being made?
Thanks in advance!
Hi,
I’m wondering why the code for the ‘Program’ of the gRPC c# client is empty. Where are the calls for the server being made?
Thanks in advance!
Hello @razan,
The C# project contained in reachy-sdk-api
repository is not the gRPC client, it is a project made to generate the gRPC code in C# (all the files with the services and messages we defined to use them with C#). What is important in this project is the reachy_sdk.csproj, the Program.cs is only the default file generated when a new project is created.
The code of the client side is in our teleoperation application and has not been released yet!
Best regards,
Gaëlle