We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
需求:客户端能够获取服务端返回的meta信息 在client端,直接抛出了最终的res.data的结果,而没抛出其中的res.meta
The text was updated successfully, but these errors were encountered:
sofa-rpc-node/lib/client/connection/grpc/index.js
Line 152 in 1921e7d
Sorry, something went wrong.
meta 是 client - server 通讯感知的,并不是业务感知的,不应该返回给上层业务的
No branches or pull requests
需求:客户端能够获取服务端返回的meta信息
在client端,直接抛出了最终的res.data的结果,而没抛出其中的res.meta
The text was updated successfully, but these errors were encountered: