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
服务调用返回结果POJO的List。 调用同一服务方法返回数据量小于8M时,调用过程正常。 目前出现无响应的调用返回的数据量约15M。 服务端无报错。
protocol 配置为 <dubbo:protocol name="dubbo" port="20880" payload="16777216"/>
问题追踪至HeaderExchangeChannel.send
请问可能出现问题的原因
The text was updated successfully, but these errors were encountered:
你好,你的Dubbo版本太低了,你可以试试最新的版本。 如果依然有问题,请提供一个最简单且能复现问题的demo,上传至github后把地址提供给我们,我们会去检查。
Sorry, something went wrong.
@TeddyTsui 这个问题解决了么?
@carryxyh 尝试了升级至2.6.0版本后,问题没能解决。暂时还提供不了复现问题的demo。 有进展我再打开,谢谢跟进。
好的。谢谢你的issue。
No branches or pull requests
环境
问题描述
服务调用返回结果POJO的List。
调用同一服务方法返回数据量小于8M时,调用过程正常。
目前出现无响应的调用返回的数据量约15M。
服务端无报错。
protocol 配置为
<dubbo:protocol name="dubbo" port="20880" payload="16777216"/>
问题追踪至HeaderExchangeChannel.send
请问可能出现问题的原因
The text was updated successfully, but these errors were encountered: