Skip to content

Commit

Permalink
Reset service.lostRecipeReloadAttempt once service is alive again
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Apr 7, 2020
1 parent d62f325 commit d5cd0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/ServicesStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default class ServicesStore extends Store {
}
} else {
service.lostRecipeConnection = false;
service.lostRecipeReloadAttempt = 0;
}
});
}
Expand Down

0 comments on commit d5cd0e8

Please sign in to comment.