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

疑似 Bug: Unknown result flag, expect '0' '1' '2', get 4 #108

Open
youthlin opened this issue Jul 31, 2019 · 1 comment
Open

疑似 Bug: Unknown result flag, expect '0' '1' '2', get 4 #108

youthlin opened this issue Jul 31, 2019 · 1 comment

Comments

@youthlin
Copy link

这里 判断返回值时只有 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,
}
@h1orz
Copy link

h1orz commented Jun 28, 2021

node-zookeeper-dubbo-plus 解君愁,但是没有处理attachments。

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