提交 1f60db7e 编写于 作者: wu-sheng's avatar wu-sheng

Make code easier for understanding.

上级 5f1c8afc
......@@ -88,7 +88,7 @@ public class AppAndServiceRegisterClient implements BootService, GRPCChannelList
@Override
public void run() {
boolean shouldTry = true;
while (CONNECTED.equals(status) & shouldTry) {
while (CONNECTED.equals(status) && shouldTry) {
shouldTry = false;
try {
if (RemoteDownstreamConfig.Agent.APPLICATION_ID == DictionaryUtil.nullValue()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册