Nathan Youngman

Results 488 comments of Nathan Youngman

If you want to do a pull request I can merge it, but I'm no longer helping with the maintenance of this project. There is a new HTTP/2 Notification API...

Standard App Engine doesn't allow outgoing connections except through a service Google provides. Maybe you can use https://cloud.google.com/appengine/docs/flexible/

I haven't used the feedback service yet, though I know it can take some time to get feedback. Maybe @tylrtrmbl or @bdotdub can chime in.

I'm looking forward for this whole feedback service mess to go away with #57. Whenever we can get some documentation from Apple.

I'd like to leave this open as documentation (or an issue that should be documented).

Apple has since changed their API to be based on HTTP/2 without the need for a feedback service. You may want to check out one of these libraries: - Buford...

Hi Ben, The intent is when an error comes back from Apple, any notifications from that point on are resent. See: https://developer.apple.com/library/ios/technotes/tn2265/_index.html#//apple_ref/doc/uid/DTS40010376-CH1-TNTAG44 However, it only currently buffers 50 notifications, which...

It does have a retry loop (in RunLoop). But right now it's not exposing the reason why there was an error and is retrying.

Unfortunately all I can suggest atm is to add more logging in a fork of timehop/apns. :frowning: If you do end up trying @pranavraja's library, it would be great to...

Thanks Benny. I think it makes sense to add this logging into master in the interim. Passing connection errors over FailedNotifs might be a bit odd right now though, since...