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
这里 判断返回值时只有 0 1 2 三种情况,但是运行 demo 时发现返回的是 4.
dubbo-js 里有 3 4 5 的情况
//body response status enum DUBBO_RESPONSE_BODY_FLAG { RESPONSE_WITH_EXCEPTION = 0, RESPONSE_VALUE = 1, RESPONSE_NULL_VALUE = 2, //@since dubbo2.6.3 RESPONSE_WITH_EXCEPTION_WITH_ATTACHMENTS = 3, RESPONSE_VALUE_WITH_ATTACHMENTS = 4, RESPONSE_NULL_VALUE_WITH_ATTACHMENTS = 5, }
The text was updated successfully, but these errors were encountered:
node-zookeeper-dubbo-plus 解君愁,但是没有处理attachments。
Sorry, something went wrong.
No branches or pull requests
这里 判断返回值时只有 0 1 2 三种情况,但是运行 demo 时发现返回的是 4.
dubbo-js 里有 3 4 5 的情况
The text was updated successfully, but these errors were encountered: