Reset notifyAfterCount on Success

pull/1081/head
glanchow 2021-11-02 16:48:52 +01:00 committed by GitHub
parent 899a4e0a11
commit 4049e84f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func sendSuccess(s *Service) {
}
s.prevOnline = true
s.notifyAfterCount++
s.notifyAfterCount = 0
}
func sendFailure(s *Service, f *failures.Failure) {