-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoder Stream 11 not implemented #34
Comments
I'll take look and see if I can figure something out for you. I probably won't have an answer for you immediately. I'm still getting to know the internals. |
This is a tough one as it has to do with the parsing of the streaming buffer incoming from Apple. The
Has this only happened once? |
It just occured once, but we're not on heavy traffic, yet. |
The unit tests for my app, which uses apnAgent, was running in the back ground and I just got this stack trace. I must not have something faked out correctly. But it also looks very familiar... |
Interesting indeed.... According to apn binary spec that should only ever be an Apple only ever sends a response back if the message had a problem. Since you both get Before fixing this need to figure out where the |
This is everything from the last passing test to the point I restarted tests /Users/jim/Projects/TMinus5/CometServer/test/botVotingTests.js:156 |
I have autoSave turned on for my editor, so I frequently get "unexpected token" issues in my test records. |
I am getting the same error on my server side as well. Any updates? Thanks! |
On our production server, I received this error causing a server restart:
How can I catch it?
The text was updated successfully, but these errors were encountered: