Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Brenner authored and Benjamin Brenner committed Sep 10, 2024
1 parent 1a741c3 commit a6b2f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rpush/daemon/gcm/delivery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def handle_successes(successes)

def handle_failures(failures, response)
if failures[:unavailable].count == @notification.registration_ids.count
log_warn("RPush handle_failures[84] - failures[:unavailable].count == @notification.registration_ids.count")
retry_delivery(@notification, response)
log_warn("All recipients unavailable. #{retry_message}")
else
Expand Down

0 comments on commit a6b2f08

Please sign in to comment.