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
I have a problem with the gem, and maybe it's because of how I use it.
I didn't create any APN::App, I use APN::Device and APN::Notification to send individual notifications.
My problem is that I always register an Broken Pipe exception when I try to send like 10 notifications ... and I don't know why it happens, or how to fix that?
Then, when an exception is raised, we have no way to know which notification object raised this exception ... I would like to know it to mark it as "raising an exception" and so I'll not try to send it again, is it possible?
Thanks you in advance for your help!
Jeremy.
The text was updated successfully, but these errors were encountered:
Hey!
I have a problem with the gem, and maybe it's because of how I use it.
I didn't create any APN::App, I use APN::Device and APN::Notification to send individual notifications.
My problem is that I always register an Broken Pipe exception when I try to send like 10 notifications ... and I don't know why it happens, or how to fix that?
Then, when an exception is raised, we have no way to know which notification object raised this exception ... I would like to know it to mark it as "raising an exception" and so I'll not try to send it again, is it possible?
Thanks you in advance for your help!
Jeremy.
The text was updated successfully, but these errors were encountered: