Add half duplex as an unimplemented call
This commit is contained in:
@@ -148,7 +148,8 @@ impl pb::server::TestService for TestService {
|
||||
&self,
|
||||
_: Streaming<StreamingOutputCallRequest>,
|
||||
) -> Result<Self::HalfDuplexCallStream> {
|
||||
unimplemented!()
|
||||
// TODO: implement half duplex
|
||||
Err(Status::unimplemented("TODO"))
|
||||
}
|
||||
|
||||
async fn unimplemented_call(&self, _: Request<Empty>) -> Result<Empty> {
|
||||
|
||||
Reference in New Issue
Block a user