Fix the status is incorrect (#2982)

This commit is contained in:
Xin,Zhang 2019-07-01 23:32:45 +08:00 committed by 吴晟 Wu Sheng
parent 1e25678b9e
commit 47f7b98905
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public class GRPCChannelManager implements BootService, Runnable {
public void reportError(Throwable throwable) {
if (isNetworkError(throwable)) {
reconnect = true;
notify(GRPCChannelStatus.DISCONNECT);
}
}