Skip to content

Commit

Permalink
Merge pull request #20 from davidffa/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alula authored May 30, 2022
2 parents 23e8aed + e7d38d4 commit 5a54830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ protected void handlePayload(JsonObject object) {
break;
}
case Op.RESUMED: {
connectAttempt = 0;

logger.debug("Resumed successfully");
break;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ protected void handlePayload(JsonObject object) {
break;
}
case Op.RESUMED: {
connectAttempt = 0;

logger.debug("Resumed successfully");
break;
}
Expand Down

0 comments on commit 5a54830

Please sign in to comment.