Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Mar 18, 2020
1 parent 0f2bce2 commit 5d40e8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public TransportClient createClient(String remoteHost, int remotePort)
throw new IOException(
String.format("Connecting to %s failed in the last %s ms, fail this connection directly",
resolvedAddress, conf.ioRetryWaitTimeMs()));

}
try {
clientPool.clients[clientIndex] = createClient(resolvedAddress);
Expand Down

0 comments on commit 5d40e8d

Please sign in to comment.