Jake Luer
Jake Luer
This is a tough one as it has to do with the parsing of the streaming buffer incoming from Apple. The `11` indicated with sub-stream on the multiplex to route...
Interesting indeed.... According to [apn binary spec](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/CommunicatingWIthAPS.html#//apple_ref/doc/uid/TP40008194-CH101-SW4) that should only ever be an `8` (as this is the response decoder). Apple only ever sends a response back if the message...
It seems like a race condition is putting the queue back into a pause state immediately after it has been resumed. I would start by checking to see if the...
Theory: when the last item is sent I don't see a "cache push" notification for id `434787` which would occur [here](https://github.com/bloudermilk/apnagent/blob/master/lib/apnagent/agent/live.js#L239). Coincidentally, that is when `next` would be called, thus...
My first two thoughts are a memory leak or a connection timeout that is not being handled correctly. I haven't run into this yet, but it is not outside the...
Closing this as there has been no follow up. Please reopen with more details if/when you get them.
@netlogic I did a little research into your problem and it seems that it may also be some issue on Apple's side. Whether its a bug or if they consider...
Wanted to check back and see if the interval reset has solved connection timeout issue. Any news?
Code looks fine but the travis build failed. Looks like the tests to automatically limit the message body length and append `...` are failing as they were designed for 256...
@antoineverger Sure, go ahead.