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, gentlemen. I haven't had the bandwidth yet to check this out. I had to make significant changes to the gRPC chapter twice before publishing because of breaking changes. So, although this is disappointing, it doesn't surprise me.
Going forward, I'll update the repo (unless you'd like to make a PR?) and keep it current. I'll also see if No Starch Press can update future printings of the book to maintain its accuracy.
Per Dr. Porter's request #3 , I should put some time into improving the documentation specifically in this repo. I could also throw a README in chapter 12 to address future potential breaking changes.
Hi,
Firstly want to let you know how much I have learned from your book it is great :-)
I ran into an issue on listing 12-21. I found that the protoc compiler was not generating the RobotMaidService from the proto file.
I therefore made the following work-around.
I changed the Rosie struct to embed housework.UnimplementedRobotMaidServer in listing 12-21.
I also removed the Service function from listing 12-21.
Then in listing 12-22 I changed the way that the server was instantiated in the main function.
After making these changes the example worked great.
Many thanks
Dan
The text was updated successfully, but these errors were encountered: