Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thrift oneway 无法正确解析 #380

Closed
longyn opened this issue May 18, 2024 · 2 comments
Closed

thrift oneway 无法正确解析 #380

longyn opened this issue May 18, 2024 · 2 comments

Comments

@longyn
Copy link

longyn commented May 18, 2024

Service PushService
{
    oneway void push();
}

生成代码如下:

class Service : public srpc::RPCService
{
public;
virtual void push(oneway void& _return);
};
@Barenboim
Copy link
Contributor

不好意思,oneway我们无法支持!

基本上也就oneway不行,其他的都可以。

@Barenboim
Copy link
Contributor

Barenboim commented May 18, 2024

建议加一个简单的回复吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants