We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce65c2d commit 273cb95Copy full SHA for 273cb95
src/main/java/com/microsoft/sqlserver/jdbc/IdleConnectionResiliency.java
@@ -165,6 +165,7 @@ int getLoginTimeoutSeconds() {
165
}
166
167
void reconnect(TDSCommand cmd) throws InterruptedException {
168
+ reconnectErrorReceived = null;
169
reconnectThread = new ReconnectThread(this.connection, cmd);
170
reconnectThread.start();
171
reconnectThread.join();
0 commit comments