various fixes
This commit is contained in:
parent
e1ea962f0a
commit
de0c653ed5
|
|
@ -125,7 +125,7 @@ There are two parts to making our `RouteGuide` service do its job:
|
||||||
- Implementing the service interface generated from our service definition: doing the actual "work" of our service.
|
- Implementing the service interface generated from our service definition: doing the actual "work" of our service.
|
||||||
- Running a gRPC server to listen for requests from clients and return the service responses.
|
- Running a gRPC server to listen for requests from clients and return the service responses.
|
||||||
|
|
||||||
You can find our example `RouteGuide` server in [grpc-common/cpp/route_guide/route_guide_server.cc]((https://github.com/grpc/grpc-common/blob/master/cpp/route_guide/route_guide_server.cc). Let's take a closer look at how it works.
|
You can find our example `RouteGuide` server in [grpc-common/cpp/route_guide/route_guide_server.cc](https://github.com/grpc/grpc-common/blob/master/cpp/route_guide/route_guide_server.cc). Let's take a closer look at how it works.
|
||||||
|
|
||||||
### Implementing RouteGuide
|
### Implementing RouteGuide
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue