未验证 提交 735ecaa8 编写于 作者: H Heng Du 提交者: GitHub

Merge pull request #2731 from panzhi33/develop

[ISSUE #2730]fix Multiple instances in the same application share MQClientInstance
......@@ -94,7 +94,7 @@ public class ClientConfig {
public void changeInstanceNameToPID() {
if (this.instanceName.equals("DEFAULT")) {
this.instanceName = String.valueOf(UtilAll.getPid());
this.instanceName = UtilAll.getPid()+ "#" + System.nanoTime();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册