Skip to content

Commit

Permalink
Consider boolean value of ConnectionWatchdog.setReconnectSuspended #417
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Dec 31, 2016
1 parent 0296c05 commit c46fa88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public boolean isReconnectSuspended() {
}

public void setReconnectSuspended(boolean reconnectSuspended) {
reconnectionHandler.setReconnectSuspended(true);
reconnectionHandler.setReconnectSuspended(reconnectSuspended);
}

ReconnectionHandler getReconnectionHandler() {
Expand Down

0 comments on commit c46fa88

Please sign in to comment.