ApnsPHP
ApnsPHP copied to clipboard
ApnsPHP: Apple Push Notification & Feedback Provider
We should add a `return this` to setters and most of the void functions. This would allow chaining of the class functions. Consider this example: I'm using this library and...
the code 10 "Server restart" sent by Apple not recognized, thankfully there is disconnect() and connect() at each error in _updateQueue
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html
The main concerns are: whether or not ‘unread_bytes’ is actually populated without an fread(), and also whether or not a loop is needed with a timeout to check fread() multiple...