Open kevinguard opened 6 years ago
I just stumbled across the same issue.
The problem is that each procedure needs to be on one line for the regex used to extract the information to work, e.g. HealthResponse health (1: HealthRequest healthRequest)
If I get it to work otherwise I will have a look and see if I can submit a PR that fixes that behaviour
Having the following as
thrift
file:I am composing the client command as follows:
However, I keep getting this error:
Reviewing the documentations, I couldn't immediately identify the issue. Can someone help me understand where I am making mistake when issuing the aforementioned command? Thanks!