You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using APNS.send_notifications I encounter "Broken pipe" errors which after googling around I understand have to do with invalid device registration ids (user blocked notifications, uninstalled the app, etc.). Is there a way to have the APNS.send_notifications method resume pushing to the rest of the devices while just accumulating errors instead of raising an exception and returning?
Great gem BTW!
The text was updated successfully, but these errors were encountered:
When using
APNS.send_notifications
I encounter "Broken pipe" errors which after googling around I understand have to do with invalid device registration ids (user blocked notifications, uninstalled the app, etc.). Is there a way to have theAPNS.send_notifications
method resume pushing to the rest of the devices while just accumulating errors instead of raising an exception and returning?Great gem BTW!
The text was updated successfully, but these errors were encountered: