-
Notifications
You must be signed in to change notification settings - Fork 47
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
Hessian-lite serialization failed when deserialization FileInputStream #16
Comments
Can you try the native hessian support in Dubbo to see if there is any change? |
Dear With the native Hessian serialization, we obtained this exception: We also talked with the Dubbo community and they mentioned that the Dubbo protocol is not designed to work with streaming data. This may be one of the reason leading to these exceptions. Best |
Dear
We are using Hessian-lite via Dubbo for our public APIs.
One of our APIs has a method to transfer data with InputStream as the input param:
Response uploadFile(InputStream stream);
When invoking this method remotely, we receive this exception:
The version of Hessian-lite as used: 3.2.5
Dubbo version: 2.7.3
Could you please take a look?!!
Best regards
TotalForgot
The text was updated successfully, but these errors were encountered: