fix:fail over

master
tanyawen01770 2023-01-28 21:37:29 +08:00
parent 0087216c0a
commit 4de15ae592
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class TrackerClient {
throw e; throw e;
} }
} }
if (connection != null && !failOver) { if (connection != null || !failOver) {
return connection; return connection;
} }
//do fail over //do fail over