You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for the wonder book. I was hoping that you can update chapter 6 code. Currently the jsonrpc examople doesn't work. I get the following message for the compiler:
error[E0107]: wrong number of type arguments: expected 1, found 0
--> src/main.rs:19:13
|
19 | client: Client
| ^^^^^^ expected 1 type argument
Thanks
The text was updated successfully, but these errors were encountered:
Please take a look at your proto file and ring_grpc.rs file. The name of Client struct could be something else.
In my code, I defined the service to be Ring in proto file. So the struct is called RingClient.
Hello,
thank you for the wonder book. I was hoping that you can update chapter 6 code. Currently the jsonrpc examople doesn't work. I get the following message for the compiler:
Thanks
The text was updated successfully, but these errors were encountered: