To reproduce the issue:
- Start the docker image (optional). This docker image includes all the required software to reproduce the issue.
make start # starts the docker image
- Generate the code
make gen # generates the code
- Run the server or the client to check the errors.
make client # tries to run the client
make server # tries to run the server