zrlw commented on issue #9623:
URL: https://github.com/apache/dubbo/issues/9623#issuecomment-1020674583
手边没有3.0.5的测试环境,你可以先在consumer的DubboInvoker类的destroyInternal方法设置一下断点,确认一下下列内容:
```
if (closeAll) { 《== 1. 看看provider销毁时,这里是否为true
client.closeAll(serverShutdownTimeout); 《==2.
看看client的类型是什么,如果不是ReferenceCountExchangeClient,那就要查一下相关commit和为什么这么修改了。
@AlbumenJ
} else {
client.close(serverShutdownTimeout);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]