qsrg commented on code in PR #9950:
URL: https://github.com/apache/rocketmq/pull/9950#discussion_r2645154939
##########
client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java:
##########
@@ -1487,7 +1487,7 @@ public HeartbeatV2Result sendHeartbeatV2(
RemotingCommand request =
RemotingCommand.createRequestCommand(RequestCode.HEART_BEAT, new
HeartbeatRequestHeader());
request.setLanguage(clientConfig.getLanguage());
request.setBody(heartbeatData.encode());
- RemotingCommand response = this.remotingClient.invokeSync(addr,
request, timeoutMillis);
+ RemotingCommand response =
this.remotingClient.invokeSync((MixAll.brokerVIPChannel(this.clientConfig.isVipChannelEnabled(),
addr)), request, timeoutMillis);
Review Comment:
> 多了一个括号
已删除多余的括号
--
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]