-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Dubbo throws exception when use java serializer #4612
Comments
Closed
qixiaobo
added a commit
to qixiaobo/dubbo
that referenced
this issue
Jul 20, 2019
fixed by #4530 |
Has been released at 2.6.7 |
beiwei30
pushed a commit
that referenced
this issue
Jul 22, 2019
This was referenced Jul 24, 2019
You should say 2.6.x, maybe I think 2.6.8 will |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The same problem like 2.6.x.
issues:
#3951
#3698
related-pr:
#2656
Since we have no reason make the method first line before decode!
We can see code from @liangfei0201 below
This code works well for java serializer.
We can see no call for method deserialize before DecodeableRpcInvocation.
#4530
The text was updated successfully, but these errors were encountered: