fix:fail over
parent
0087216c0a
commit
4de15ae592
|
@ -96,7 +96,7 @@ public class TrackerClient {
|
|||
throw e;
|
||||
}
|
||||
}
|
||||
if (connection != null && !failOver) {
|
||||
if (connection != null || !failOver) {
|
||||
return connection;
|
||||
}
|
||||
//do fail over
|
||||
|
|
Loading…
Reference in New Issue