Stop using a grpc stream.
This commit is contained in:
@@ -19,6 +19,6 @@ message SteeringResponse{
|
||||
}
|
||||
|
||||
service CarControl{
|
||||
rpc SetThrottle(stream ThrottleRequest) returns (ThrottleResponse){}
|
||||
rpc SetSteering(stream SteeringRequest) returns (SteeringResponse){}
|
||||
rpc SetThrottle(ThrottleRequest) returns (ThrottleResponse){}
|
||||
rpc SetSteering(SteeringRequest) returns (SteeringResponse){}
|
||||
}
|
||||
Reference in New Issue
Block a user