Nathan Youngman
Nathan Youngman
When replaying notifications, should it use the same IDs or call determineIdentifier for new ones?
There are a number of helpers that do tls.X509KeyPair and tls.LoadX509KeyPair (in Conn, Client, and Feedback). I'd like to simplify this by just using tls.Certificate and providing examples or a...
The pkcs12 library is available at golang.org/x/crypto/pkcs12 with a slightly different API than before.
Wow Benny. This sounds great. Let us know when we should try this branch out from our apps, and if you would like a code review.
I've renamed #33 to a "develop" branch and rebased it on master. Feel free to submit pull requests to that branch. Let's try to address the comments and questions there...
I'm not totally sure about removing FailedNotifs. It would be nice to provide a synchronous API with Send() returning errors, but I'm not sure Apple's response allows this to work...
@tylrtrmbl You said you had some comments on #33?
That would be great.
It would be really nice to wrap this up and merge it in, seeing as it solves the failed tests on Travis CI. There are still a lot of other...
> The state of the branch is that most of the code is there, and I'm now just filling in the rest of the tests. @bdotdub Specifically, what additional tests...