Skip to content

Commit

Permalink
Increase timeout after reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Sep 10, 2020
1 parent 28beabf commit 612b7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private void doReconnect() {
return;
}

connection.scheduleReconnect(5);
connection.scheduleReconnect(15);
}

private void onBadRequest(String message) {
Expand Down

0 comments on commit 612b7af

Please sign in to comment.