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
There is a server that is implemented using the reference C++ API, but be aware that it needs improvements, so if you decide use it as an example for your own, take a closer look at use of a connection queue and the memory leaks that it introduces there.
I used the ZIP version and setup a project with a simple proto file. Generated code with:
However, the generated code only has Client code, there is no server implementation. What do I need to do to generate server code?
Thank You!
The text was updated successfully, but these errors were encountered: