提交 2b024c64 编写于 作者: C coder-zzzz

remove duplicate shutdown producer

上级 55d66ff4
...@@ -853,7 +853,6 @@ public class MQClientInstance { ...@@ -853,7 +853,6 @@ public class MQClientInstance {
this.scheduledExecutorService.shutdown(); this.scheduledExecutorService.shutdown();
this.mQClientAPIImpl.shutdown(); this.mQClientAPIImpl.shutdown();
this.rebalanceService.shutdown(); this.rebalanceService.shutdown();
this.defaultMQProducer.shutdown();
if (this.datagramSocket != null) { if (this.datagramSocket != null) {
this.datagramSocket.close(); this.datagramSocket.close();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册