RPC Routine With Protobuf
I am implementing a basic client and server for this protocol, and I am trying to read the response from the server (which is functional) in the client. However, this never compiles as the client never reads the stdin.
I am implementing a basic client and server for this protocol, and I am trying to read the response from the server (which is functional) in the client. However, this never compiles as the client never reads the stdin.