-
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
使用protostuff 序列化时候 心跳 WrapperUtils出错 #4568
Comments
I find there is no sample in https://github.com/apache/dubbo-samples. |
好的 一会我提交一个 请求 |
这个问题解决了吗?哪个版本解决了? |
Environment
Steps to reproduce this issue
Pls. provide [GitHub address] to reproduce this issue.
Expected Result
What do you expected from the above steps?
Actual Result
WrapperUtils.needWrapper(Object obj){
return needWrapper(obj.getClass()); //这里obj 是null报错
}
因为NettyClientHandler.userEventTriggered()
方法创建Request对象时候 mData 属性没有null
请问是不是我使用protosubff 姿势不对
The text was updated successfully, but these errors were encountered: