zhangcunli opened a new issue, #2729:
URL: https://github.com/apache/dubbo-go/issues/2729
<!-- Please only use this template for submitting enhancement requests -->
Question: 如果接口定义为 server stream,客户端能使用泛化方式调用吗?
1. For example, this is the proto3 IDL
```proto3
service GreetService {
rpc GreetServerStream(GreetServerStreamRequest) returns (stream
GreetServerStreamResponse) {}
}
```
2. 客户端能使用泛化方式调用吗 generic.GenericService.Invoke?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]