Nathan Youngman

Results 435 comments of Nathan Youngman

Two related issues: https://github.com/golang/go/issues/13957 https://github.com/golang/go/issues/13774

I have a signing key, which is a `.p8` file that looks like PEM format. Same token for all apps on a Team. The signing key doesn't expire. > You...

For concurrent use, it would be useful to have access to maxConcurrentStreams https://github.com/golang/go/issues/17265 instead of guessing how many workers to use (1, 500, something else). - [ ] Need to...

This is blocked on the same thing as apns2: https://github.com/sideshow/apns2/pull/43#issuecomment-274652089

Sorry for the lack of maintenance and responsiveness on this. The client that was sponsoring this work decided to use Elixir for their project instead, so it hasn't received much...

NOTE: https://go-review.googlesource.com/c/net/+/85855

Related: https://github.com/golang/go/issues/27753 https://go-review.googlesource.com/c/net/+/151857/ "http2: revert Transport's strict interpretation of MAX_CONCURRENT_STREAMS"

Thanks for the report. It would be nice to get a test case for this, but that requires figuring out how to do #1.

Local and Remote Notification Programming Guide was updated on 2016-09-20 https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/Introduction.html#//apple_ref/doc/uid/TP40008194

This isn't needed for the current version of iOS (9.2). When it changes, it only impacts validations in Buford, but something to keep in mind if you are storing device...