diff --git a/extensions/apns_message_handler.go b/extensions/apns_message_handler.go index 71f7aec..de12b40 100644 --- a/extensions/apns_message_handler.go +++ b/extensions/apns_message_handler.go @@ -277,6 +277,7 @@ func (a *APNSMessageHandler) sendNotification(notification *structs.ApnsNotifica before := time.Now() defer statsReporterReportSendNotificationLatency(a.StatsReporters, time.Since(before), a.appName, "apns", "client", "apns") + notification.SendAttempts += 1 a.PushQueue.Push(notification) }