Fix the status is incorrect (#2982)
This commit is contained in:
parent
1e25678b9e
commit
47f7b98905
|
|
@ -134,6 +134,7 @@ public class GRPCChannelManager implements BootService, Runnable {
|
|||
public void reportError(Throwable throwable) {
|
||||
if (isNetworkError(throwable)) {
|
||||
reconnect = true;
|
||||
notify(GRPCChannelStatus.DISCONNECT);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue